#BBB24E

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

Shades of Olive Green #BBB24E

Tints of Olive Green #BBB24E

Color information

#BBB24E (or 0xBBB24E) is unknown color: approx Olive Green. HEX triplet: BB, B2 and 4E. RGB value is (187,178,78). Sum of RGB (Red+Green+Blue) = 187+178+78=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB24E is #444DB1. Grayscale: #A9A9A9. Windows color (decimal): -4476338 or 5157563. OLE color: 5157563.

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

Color convert

RGB18717878-
CMYK00.050.580.27
HSL55.05º44.49%51.96%-
HSV(B)55.05º58.29%73.33%-
XYZ37.7942.9613.51-
YUV169.2976.48140.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 78 (30.86% from 255) = 17.61%
R=42.21%
G=40.18%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871787800.050.580.2755.0544.4951.96
HexBBB24E053A1B372c34
Octal273262116057233675464
Binary10111011101100101001110010111101011011110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB24E; }

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

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

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

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

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

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

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

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