Html Css Color HEX #BBB45B Olive Green

📋 copy color: '#BBB45B'

red 187 ◦ green 180 ◦ blue 91

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

Shades of Olive Green #BBB45B

Tints of Olive Green #BBB45B

RGB

 RED value IS 187 (73.44% from 255) = 40.83%

 GREEN value IS 180 (70.7% from 255) = 39.3%

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 40.83%
G = 39.3%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBB45B (or 0xBBB45B) is known color: Olive Green. HEX triplet: BB, B4 and 5B. RGB value is (187,180,91). Sum of RGB (Red+Green+Blue) = 187+180+91=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB45B is #444BA4. Grayscale: #ACACAC. Windows color (decimal): -4475813 or 6010043. OLE color: 6010043.

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

Color convert

RGB 187 180 91 -
CMYK 0 0.04 0.51 0.27
HSL 55.63º 0.41% 0.55% -
HSV(B) 55.63º 0.51% 0.73% -
XYZ 38.7 43.96 16.34 -
YUV 171.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 187 180 91 0 0.04 0.51 0.27 55.63 0.41 0.55
Hex BB B4 5B 0 4 33 1B 38 29 37
Octal 273 264 133 0 4 63 33 70 51 67
Binary 10111011 10110100 1011011 0 100 110011 11011 111000 101001 110111

Color Harmonies of #BBB45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB45B

Black with #BBB45B

Text Example


Text Example

White with #BBB45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB45B; }

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

 H1.HeaderClassName
 {
   color: #BBB45B;
 }
 .AnyTagClassName
 {
   color: #BBB45B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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