Html Css Color HEX #B9B85B Olive Green

📋 copy color: '#B9B85B'

red 185 ◦ green 184 ◦ blue 91

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

Shades of Olive Green #B9B85B

Tints of Olive Green #B9B85B

RGB

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

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

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

R = 40.22%
G = 40%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9B85B (or 0xB9B85B) is known color: Olive Green. HEX triplet: B9, B8 and 5B. RGB value is (185,184,91). Sum of RGB (Red+Green+Blue) = 185+184+91=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B85B is #4647A4. Grayscale: #AEAEAE. Windows color (decimal): -4605861 or 6011065. OLE color: 6011065.

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

Color convert

RGB 185 184 91 -
CMYK 0 0.01 0.51 0.27
HSL 59.36º 0.4% 0.54% -
HSV(B) 59.36º 0.51% 0.73% -
XYZ 39.04 45.35 16.59 -
YUV 173.7 81.33 136.06 -
System Red Green Blue C M Y K H S L
Decimal 185 184 91 0 0.01 0.51 0.27 59.36 0.4 0.54
Hex B9 B8 5B 0 1 33 1B 3B 28 36
Octal 271 270 133 0 1 63 33 73 50 66
Binary 10111001 10111000 1011011 0 1 110011 11011 111011 101000 110110

Color Harmonies of #B9B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B85B

Black with #B9B85B

Text Example


Text Example

White with #B9B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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