#B5B25A

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

Shades of Olive Green #B5B25A

Tints of Olive Green #B5B25A

Color information

#B5B25A (or 0xB5B25A) is unknown color: approx Olive Green. HEX triplet: B5, B2 and 5A. RGB value is (181,178,90). Sum of RGB (Red+Green+Blue) = 181+178+90=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B25A is #4A4DA5. Grayscale: #A9A9A9. Windows color (decimal): -4869542 or 5943989. OLE color: 5943989.

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

Color convert

RGB18117890-
CMYK00.020.500.29
HSL58.02º38.08%53.14%-
HSV(B)58.02º50.28%70.98%-
XYZ36.8242.415.92-
YUV168.8683.49136.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=40.31%
G=39.64%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811789000.020.500.2958.0238.0853.14
HexB5B25A02321D3a2635
Octal265262132026235724665
Binary1011010110110010101101001011001011101111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B25A; }

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

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

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

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

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

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

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

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