#B5B24B

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

Shades of Olive Green #B5B24B

Tints of Olive Green #B5B24B

Color information

#B5B24B (or 0xB5B24B) is unknown color: approx Olive Green. HEX triplet: B5, B2 and 4B. RGB value is (181,178,75). Sum of RGB (Red+Green+Blue) = 181+178+75=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B24B is #4A4DB4. Grayscale: #A7A7A7. Windows color (decimal): -4869557 or 4960949. OLE color: 4960949.

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

Color convert

RGB18117875-
CMYK00.020.590.29
HSL58.3º41.73%50.2%-
HSV(B)58.3º58.56%70.98%-
XYZ36.2542.1712.89-
YUV167.1675.99137.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 75 (29.69% from 255) = 17.28%
R=41.71%
G=41.01%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811787500.020.590.2958.341.7350.2
HexB5B24B023B1D3a2a32
Octal265262113027335725262
Binary1011010110110010100101101011101111101111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B24B; }

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

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

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

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

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

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

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

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