Html Css Color HEX #BBB24E Olive Green

📋 copy color: '#BBB24E'

red 187 ◦ green 178 ◦ blue 78

#BBB24E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BBB24E

Tints of Olive Green #BBB24E

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 value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBB24E (or 0xBBB24E) is known color: 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

RGB 187 178 78 -
CMYK 0 0.05 0.58 0.27
HSL 55.05º 0.44% 0.52% -
HSV(B) 55.05º 0.58% 0.73% -
XYZ 37.79 42.96 13.51 -
YUV 169.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 187 178 78 0 0.05 0.58 0.27 55.05 0.44 0.52
Hex BB B2 4E 0 5 3A 1B 37 2C 34
Octal 273 262 116 0 5 72 33 67 54 64
Binary 10111011 10110010 1001110 0 101 111010 11011 110111 101100 110100

Color Harmonies of #BBB24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB24E

Black with #BBB24E

Text Example


Text Example

White with #BBB24E

Text Example


Text Example

HTML Codes & Css Web 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>