#B1BC66

Color #B1BC66 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B1BC66

Tints of Olive Green #B1BC66

Color information

#B1BC66 (or 0xB1BC66) is unknown color: approx Olive Green. HEX triplet: B1, BC and 66. RGB value is (177,188,102). Sum of RGB (Red+Green+Blue) = 177+188+102=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC66 is #4E4399. Grayscale: #AFAFAF. Windows color (decimal): -5129114 or 6732977. OLE color: 6732977.

HSL color Cylindrical-coordinate representation of color #B1BC66: hue angle of 67.67º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1BC66 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB177188102-
CMYK0.0600.460.26
HSL67.67º39.09%56.86%-
HSV(B)67.67º45.74%73.73%-
XYZ38.5146.2719.47-
YUV174.9186.86129.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 102 (40.23% from 255) = 21.84%
R=37.90%
G=40.26%
B=21.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881020.0600.460.2667.6739.0956.86
HexB1BC66602E1A442739
Octal2612741466056321044771
Binary101100011011110011001101100101110110101000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC66; }

 p { color: rgb(177,188,102); }

 H1.HeaderClassName
 {
   color: #B1BC66;
 }
 .AnyTagClassName
 {
   color: #B1BC66;
 }
</style>
background-color css

<style>
 a { background-color: #B1BC66; }

 a { background-color: rgb(177,188,102); }

 div.DivClassName
 {
   background-color: #B1BC66;
 }
 .BgClassName
 {
   background-color: #B1BC66;
 }
</style>
border-color css

<style>
 span { border-color: #B1BC66; }

 span { border-color: rgb(177,188,102); }

 td.TdClassName
 {
   border-color: #B1BC66;
 }
 .TagClassName
 {
   border-color: #B1BC66;
 }
</style>