#B8B959

Color #B8B959 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B8B959

Tints of Olive Green #B8B959

Color information

#B8B959 (or 0xB8B959) is unknown color: approx 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.62º 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

RGB18418589-
CMYK0.0100.520.27
HSL60.62º40.68%53.73%-
HSV(B)60.62º51.89%72.55%-
XYZ38.9245.6116.2-
YUV173.7680.17135.31-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184185890.0100.520.2760.6240.6853.73
HexB8B95910341B3d2936
Octal270271131106433755166
Binary101110001011100110110011011010011011111101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>