Html Css Color HEX #B9B059 Olive Green

📋 copy color: '#B9B059'

red 185 ◦ green 176 ◦ blue 89

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

Shades of Olive Green #B9B059

Tints of Olive Green #B9B059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.11%

 BLUE value IS 89 (35.16% from 255) = 19.78%

R = 41.11%
G = 39.11%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B9B059 (or 0xB9B059) is known color: Olive Green. HEX triplet: B9, B0 and 59. RGB value is (185,176,89). Sum of RGB (Red+Green+Blue) = 185+176+89=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B059 is #464FA6. Grayscale: #A9A9A9. Windows color (decimal): -4607911 or 5877945. OLE color: 5877945.

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

Color convert

RGB 185 176 89 -
CMYK 0 0.05 0.52 0.27
HSL 54.38º 0.41% 0.54% -
HSV(B) 54.38º 0.52% 0.73% -
XYZ 37.34 42.09 15.61 -
YUV 168.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 185 176 89 0 0.05 0.52 0.27 54.38 0.41 0.54
Hex B9 B0 59 0 5 34 1B 36 29 36
Octal 271 260 131 0 5 64 33 66 51 66
Binary 10111001 10110000 1011001 0 101 110100 11011 110110 101001 110110

Color Harmonies of #B9B059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B059

Black with #B9B059

Text Example


Text Example

White with #B9B059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B059; }

 p { color: rgb(185,176,89); }

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

background-color css

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

 a { background-color: rgb(185,176,89); }

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

border-color css

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

 span { border-color: rgb(185,176,89); }

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