#B4B160

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

Shades of Olive Green #B4B160

Tints of Olive Green #B4B160

Color information

#B4B160 (or 0xB4B160) is unknown color: approx Olive Green. HEX triplet: B4, B1 and 60. RGB value is (180,177,96). Sum of RGB (Red+Green+Blue) = 180+177+96=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B160 is #4B4E9F. Grayscale: #A8A8A8. Windows color (decimal): -4935328 or 6336948. OLE color: 6336948.

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

Color convert

RGB18017796-
CMYK00.020.470.29
HSL57.86º35.9%54.12%-
HSV(B)57.86º46.67%70.59%-
XYZ36.6641.9917.24-
YUV168.6686.99136.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 96 (37.89% from 255) = 21.19%
R=39.74%
G=39.07%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801779600.020.470.2957.8635.954.12
HexB4B160022F1D3a2436
Octal264261140025735724466
Binary1011010010110001110000001010111111101111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B160; }

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

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

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

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

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

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

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

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