#BBB25B

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

Shades of Olive Green #BBB25B

Tints of Olive Green #BBB25B

Color information

#BBB25B (or 0xBBB25B) is unknown color: approx Olive Green. HEX triplet: BB, B2 and 5B. RGB value is (187,178,91). Sum of RGB (Red+Green+Blue) = 187+178+91=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB25B is #444DA4. Grayscale: #ABABAB. Windows color (decimal): -4476325 or 6009531. OLE color: 6009531.

HSL color Cylindrical-coordinate representation of color #BBB25B: hue angle of 54.38º 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 #BBB25B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18717891-
CMYK00.050.510.27
HSL54.38º41.38%54.51%-
HSV(B)54.38º51.34%73.33%-
XYZ38.343.1616.21-
YUV170.7782.98139.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 91 (35.94% from 255) = 19.96%
R=41.01%
G=39.04%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871789100.050.510.2754.3841.3854.51
HexBBB25B05331B362937
Octal273262133056333665167
Binary10111011101100101011011010111001111011110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB25B; }

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

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

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

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

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

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

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

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