Html Css Color HEX #BBB860 Olive Green

📋 copy color: '#BBB860'

red 187 ◦ green 184 ◦ blue 96

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

Shades of Olive Green #BBB860

Tints of Olive Green #BBB860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 40.04%
G = 39.4%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBB860 (or 0xBBB860) is known color: Olive Green. HEX triplet: BB, B8 and 60. RGB value is (187,184,96). Sum of RGB (Red+Green+Blue) = 187+184+96=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB860 is #44479F. Grayscale: #AFAFAF. Windows color (decimal): -4474784 or 6338747. OLE color: 6338747.

HSL color Cylindrical-coordinate representation of color #BBB860: hue angle of 58.02º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBB860 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 96 -
CMYK 0 0.02 0.49 0.27
HSL 58.02º 0.4% 0.55% -
HSV(B) 58.02º 0.49% 0.73% -
XYZ 39.75 45.69 17.79 -
YUV 174.87 83.49 136.66 -
System Red Green Blue C M Y K H S L
Decimal 187 184 96 0 0.02 0.49 0.27 58.02 0.4 0.55
Hex BB B8 60 0 2 31 1B 3A 28 37
Octal 273 270 140 0 2 61 33 72 50 67
Binary 10111011 10111000 1100000 0 10 110001 11011 111010 101000 110111

Color Harmonies of #BBB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB860

Black with #BBB860

Text Example


Text Example

White with #BBB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB860; }

 p { color: rgb(187,184,96); }

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

background-color css

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

 a { background-color: rgb(187,184,96); }

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

border-color css

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

 span { border-color: rgb(187,184,96); }

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