#b8b55e

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

Shades of Olive Green #B8B55E

Tints of Olive Green #B8B55E

Color information

#B8B55E (or 0xB8B55E) is unknown color: approx Olive Green. HEX triplet: B8, B5 and 5E. RGB value is (184,181,94). Sum of RGB (Red+Green+Blue) = 184+181+94=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B55E is #474AA1. Grayscale: #ACACAC. Windows color (decimal): -4672162 or 6206904. OLE color: 6206904.

HSL color Cylindrical-coordinate representation of color #B8B55E: hue angle of 58º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8B55E is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18418194-
CMYK00.020.490.28
HSL58º38.79%54.51%-
HSV(B)58º48.91%72.16%-
XYZ38.3144.0517.07-
YUV171.9883.99136.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 94 (37.11% from 255) = 20.48%
R=40.09%
G=39.43%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841819400.020.490.285838.7954.51
HexB8B55E02311C3a2737
Octal270265136026134724767
Binary1011100010110101101111001011000111100111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8b55e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8b55e; }

 p { color: rgb(184,181,94); }

 H1.HeaderClassName
 {
   color: #b8b55e;
 }
 .AnyTagClassName
 {
   color: #b8b55e;
 }
</style>
background-color css

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

 a { background-color: rgb(184,181,94); }

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

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

 span { border-color: rgb(184,181,94); }

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