#B4B15A

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

Shades of Olive Green #B4B15A

Tints of Olive Green #B4B15A

Color information

#B4B15A (or 0xB4B15A) is unknown color: approx Olive Green. HEX triplet: B4, B1 and 5A. RGB value is (180,177,90). Sum of RGB (Red+Green+Blue) = 180+177+90=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B15A is #4B4EA5. Grayscale: #A8A8A8. Windows color (decimal): -4935334 or 5943732. OLE color: 5943732.

HSL color Cylindrical-coordinate representation of color #B4B15A: hue angle of 58º 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 #B4B15A is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18017790-
CMYK00.020.500.29
HSL58º37.5%52.94%-
HSV(B)58º50%70.59%-
XYZ36.3941.8915.84-
YUV167.9883.99136.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=40.27%
G=39.60%
B=20.13%

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
Decimal1801779000.020.500.295837.552.94
HexB4B15A02321D3a2635
Octal264261132026235724665
Binary1011010010110001101101001011001011101111010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B15A; }

 p { color: rgb(180,177,90); }

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

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

 a { background-color: rgb(180,177,90); }

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

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

 span { border-color: rgb(180,177,90); }

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