Html Css Color HEX #B8B959 Olive Green

📋 copy color: '#B8B959'

red 184 ◦ green 185 ◦ blue 89

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

Shades of Olive Green #B8B959

Tints of Olive Green #B8B959

RGB

 RED value IS 184 (72.27% from 255) = 40.17%

 GREEN value IS 185 (72.66% from 255) = 40.39%

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

R = 40.17%
G = 40.39%
B = 19.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#B8B959 (or 0xB8B959) is known color: Olive Green. HEX triplet: B8, B9 and 59. RGB value is (184,185,89). Sum of RGB (Red+Green+Blue) = 184+185+89=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B959 is #4746A6. Grayscale: #AEAEAE. Windows color (decimal): -4671143 or 5880248. OLE color: 5880248.

HSL color Cylindrical-coordinate representation of color #B8B959: hue angle of 60.63º 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 #B8B959 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 185 89 -
CMYK 0.01 0 0.52 0.27
HSL 60.63º 0.41% 0.54% -
HSV(B) 60.63º 0.52% 0.73% -
XYZ 38.92 45.61 16.2 -
YUV 173.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 184 185 89 0.01 0 0.52 0.27 60.63 0.41 0.54
Hex B8 B9 59 1 0 34 1B 3D 29 36
Octal 270 271 131 1 0 64 33 75 51 66
Binary 10111000 10111001 1011001 1 0 110100 11011 111101 101001 110110

Color Harmonies of #B8B959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B959

Black with #B8B959

Text Example


Text Example

White with #B8B959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B959; }

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

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

background-color css

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

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

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

border-color css

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

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

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