#B0BB64

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

Shades of Olive Green #B0BB64

Tints of Olive Green #B0BB64

Color information

#B0BB64 (or 0xB0BB64) is unknown color: approx Olive Green. HEX triplet: B0, BB and 64. RGB value is (176,187,100). Sum of RGB (Red+Green+Blue) = 176+187+100=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB64 is #4F449B. Grayscale: #AEAEAE. Windows color (decimal): -5194908 or 6601648. OLE color: 6601648.

HSL color Cylindrical-coordinate representation of color #B0BB64: hue angle of 67.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0BB64 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB176187100-
CMYK0.0600.470.27
HSL67.59º39.01%56.27%-
HSV(B)67.59º46.52%73.33%-
XYZ37.9845.6918.87-
YUV173.7986.36129.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 100 (39.45% from 255) = 21.60%
R=38.01%
G=40.39%
B=21.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871000.0600.470.2767.5939.0156.27
HexB0BB64602F1B442738
Octal2602731446057331044770
Binary101100001011101111001001100101111110111000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB64; }

 p { color: rgb(176,187,100); }

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

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

 a { background-color: rgb(176,187,100); }

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

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

 span { border-color: rgb(176,187,100); }

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