Html Css Color HEX #B9B860 Olive Green

📋 copy color: '#B9B860'

red 185 ◦ green 184 ◦ blue 96

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

Shades of Olive Green #B9B860

Tints of Olive Green #B9B860

RGB

 RED value IS 185 (72.66% from 255) = 39.78%

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

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

R = 39.78%
G = 39.57%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B9B860 (or 0xB9B860) is known color: Olive Green. HEX triplet: B9, B8 and 60. RGB value is (185,184,96). Sum of RGB (Red+Green+Blue) = 185+184+96=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B860 is #46479F. Grayscale: #AEAEAE. Windows color (decimal): -4605856 or 6338745. OLE color: 6338745.

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

Color convert

RGB 185 184 96 -
CMYK 0 0.01 0.48 0.27
HSL 59.33º 0.39% 0.55% -
HSV(B) 59.33º 0.48% 0.73% -
XYZ 39.26 45.44 17.77 -
YUV 174.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 185 184 96 0 0.01 0.48 0.27 59.33 0.39 0.55
Hex B9 B8 60 0 1 30 1B 3B 27 37
Octal 271 270 140 0 1 60 33 73 47 67
Binary 10111001 10111000 1100000 0 1 110000 11011 111011 100111 110111

Color Harmonies of #B9B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B860

Black with #B9B860

Text Example


Text Example

White with #B9B860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B860; }

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

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

background-color css

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

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

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

border-color css

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

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

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