#BBB55B

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

Shades of Olive Green #BBB55B

Tints of Olive Green #BBB55B

Color information

#BBB55B (or 0xBBB55B) is unknown color: approx Olive Green. HEX triplet: BB, B5 and 5B. RGB value is (187,181,91). Sum of RGB (Red+Green+Blue) = 187+181+91=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB55B is #444AA4. Grayscale: #ACACAC. Windows color (decimal): -4475557 or 6010299. OLE color: 6010299.

HSL color Cylindrical-coordinate representation of color #BBB55B: hue angle of 56.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBB55B is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18718191-
CMYK00.030.510.27
HSL56.25º41.38%54.51%-
HSV(B)56.25º51.34%73.33%-
XYZ38.9144.3716.41-
YUV172.5381.99138.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=40.74%
G=39.43%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871819100.030.510.2756.2541.3854.51
HexBBB55B03331B382937
Octal273265133036333705167
Binary1011101110110101101101101111001111011111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB55B; }

 p { color: rgb(187,181,91); }

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

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

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

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

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

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

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