COLOR #BBC77C

HEX: #BBC77C
RGB: (187,199,124)

Renk bilgisi

#BBC77C contains mainly red and green colors. #BBC77C ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#BBC77C color RGB value is (187,199,124).

  • kırmız ton 187;
  • yeşil ton 199;
  • mavi ton 124.
RGB:
(187,199,124)
(73%,78%,49%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 199 of 255 = 78%
B 124 of 255 = 49%

187
199
124

R + G + B ~ 67%. #BBC77C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 199 + 124 = 510 (100%)
R 187 of 510 ~ 36.67%
G 199 of 510 ~ 39.02%
B 124 of 510 ~ 24.31%

%36.67
%39.02
%24.31

CMYK RENK MODELİ

#BBC77C rengi CMYK tonu (6,0,38,22).

  • camgöbeği tonu 6.03%
  • eflatun tonu 0.00%
  • sarı tonu 37.69%
  • ana renk tonu 21.96%
CMYK:
(6,0,38,22)
C6M0Y38K22 
(6%,0%,38%,22%)
(0.06/0.00/0.38/0.22)	

CMYK yüzdeleri

%6.03
%0
%37.69
%21.96

Codes

Color #BBC77C in popluar color models

BBC77C
RGB187199124
HSL70°40.11%63.33%
HSB/HSV70°37.69%78.04%
CMYK6.03%0.00%37.69%
21.96%

Color #BBC77C in popluar number systems.

HEXBBC77C
Decimal187199124
Binary10111011110001111111100
Octal273307174

Shades and tints

Shades of #BBC77C

#BBC77C
(187,199,124)
#AAB571
(170,181,113)
#99A366
(153,163,102)
#88915B
(136,145,91)
#777F50
(119,127,80)
#666D45
(102,109,69)
#555B3A
(85,91,58)
#44492F
(68,73,47)
#333724
(51,55,36)
#222519
(34,37,25)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #BBC77C

#BBC77C
(187,199,124)
#C1CC87
(193,204,135)
#C7D192
(199,209,146)
#CDD69D
(205,214,157)
#D3DBA8
(211,219,168)
#D9E0B3
(217,224,179)
#DFE5BE
(223,229,190)
#E5EAC9
(229,234,201)
#EBEFD4
(235,239,212)
#F1F4DF
(241,244,223)
#F7F9EA
(247,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC77C color. Also use rgb(187,199,124) instead hex code.

Text Font Color

.myTextColor { color: #BBC77C; }

<p style="color:#BBC77C">This sample text font color is #BBC77C.</p>

This text font color is #BBC77C.


Background Color

.myBgColor { background-color: #BBC77C; }

<div style="background-color:#BBC77C">Inner text</div>

This div background color is #BBC77C.


Border color

.myBorderColor { border: 1px solid #BBC77C; }

<div style="border:3px solid #BBC77C">Div</div>

This div border color is #BBC77C.


Opacity

.myOpacity80 { color: #BBC77C; opacity: 0.8; }

<p style="color:#BBC77C;opacity:0.8;">80%</p>

Text with #BBC77C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBC77C;}

<p style="text-shadow: 3px 3px 1px #BBC77C">Text here.</p>

This text has shadow with #BBC77C color.

.textShadow {text-shadow: 3px 3px 1px #BBC77C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBC77C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBC77C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC77C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBC77C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBC77C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBC77C;
  -webkit-box-shadow:	1px 1px 3px 2px #BBC77C;
  box-shadow:		1px 1px 3px 2px #BBC77C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBC77C;
-webkit-box-shadow: 1px 1px 3px 2px #BBC77C;
box-shadow:1px 1px 3px 2px #BBC77C;">
Div content here</div>
This div box has shadow with color #BBC77C.

Preview

Color preview on black background

This text has color #BBC77C on black background.


Color preview on white background

This text has color #BBC77C on white background.



Black color preview on #BBC77C background

This text has black color on #BBC77C background.


White color preview on #BBC77C background

This text has white color on #BBC77C background.