Html Css Color HEX #BBB55D Olive Green

📋 copy color: '#BBB55D'

red 187 ◦ green 181 ◦ blue 93

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

Shades of Olive Green #BBB55D

Tints of Olive Green #BBB55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 40.56%
G = 39.26%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBB55D (or 0xBBB55D) is known color: Olive Green. HEX triplet: BB, B5 and 5D. RGB value is (187,181,93). Sum of RGB (Red+Green+Blue) = 187+181+93=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB55D is #444AA2. Grayscale: #ADADAD. Windows color (decimal): -4475555 or 6141371. OLE color: 6141371.

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

Color convert

RGB 187 181 93 -
CMYK 0 0.03 0.50 0.27
HSL 56.17º 0.41% 0.55% -
HSV(B) 56.17º 0.5% 0.73% -
XYZ 38.99 44.4 16.87 -
YUV 172.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 187 181 93 0 0.03 0.50 0.27 56.17 0.41 0.55
Hex BB B5 5D 0 3 32 1B 38 29 37
Octal 273 265 135 0 3 62 33 70 51 67
Binary 10111011 10110101 1011101 0 11 110010 11011 111000 101001 110111

Color Harmonies of #BBB55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB55D

Black with #BBB55D

Text Example


Text Example

White with #BBB55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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