#BBBB5A

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

Shades of Olive Green #BBBB5A

Tints of Olive Green #BBBB5A

Color information

#BBBB5A (or 0xBBBB5A) is unknown color: approx Olive Green. HEX triplet: BB, BB and 5A. RGB value is (187,187,90). Sum of RGB (Red+Green+Blue) = 187+187+90=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB5A is #4444A5. Grayscale: #B0B0B0. Windows color (decimal): -4474022 or 5946299. OLE color: 5946299.

HSL color Cylindrical-coordinate representation of color #BBBB5A: hue angle of 60º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBBB5A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18718790-
CMYK000.520.27
HSL60º41.63%54.31%-
HSV(B)60º51.87%73.33%-
XYZ40.1146.8416.6-
YUV175.9479.5135.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=40.30%
G=40.30%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718790000.520.276041.6354.31
HexBBBB5A00341B3c2a36
Octal273273132006433745266
Binary101110111011101110110100011010011011111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB5A; }

 p { color: rgb(187,187,90); }

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

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

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

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

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

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

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