#B5B24E

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

Shades of Olive Green #B5B24E

Tints of Olive Green #B5B24E

Color information

#B5B24E (or 0xB5B24E) is unknown color: approx Olive Green. HEX triplet: B5, B2 and 4E. RGB value is (181,178,78). Sum of RGB (Red+Green+Blue) = 181+178+78=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B24E is #4A4DB1. Grayscale: #A7A7A7. Windows color (decimal): -4869554 or 5157557. OLE color: 5157557.

HSL color Cylindrical-coordinate representation of color #B5B24E: hue angle of 58.25º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5B24E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18117878-
CMYK00.020.570.29
HSL58.25º41.04%50.78%-
HSV(B)58.25º56.91%70.98%-
XYZ36.3542.2113.44-
YUV167.577.49137.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 78 (30.86% from 255) = 17.85%
R=41.42%
G=40.73%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811787800.020.570.2958.2541.0450.78
HexB5B24E02391D3a2933
Octal265262116027135725163
Binary1011010110110010100111001011100111101111010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B24E; }

 p { color: rgb(181,178,78); }

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

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

 a { background-color: rgb(181,178,78); }

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

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

 span { border-color: rgb(181,178,78); }

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