#B4B060

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

Shades of Olive Green #B4B060

Tints of Olive Green #B4B060

Color information

#B4B060 (or 0xB4B060) is unknown color: approx Olive Green. HEX triplet: B4, B0 and 60. RGB value is (180,176,96). Sum of RGB (Red+Green+Blue) = 180+176+96=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B060 is #4B4F9F. Grayscale: #A8A8A8. Windows color (decimal): -4935584 or 6336692. OLE color: 6336692.

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

Color convert

RGB18017696-
CMYK00.020.470.29
HSL57.14º35.9%54.12%-
HSV(B)57.14º46.67%70.59%-
XYZ36.4641.617.17-
YUV168.0887.33136.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=39.82%
G=38.94%
B=21.24%

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
Decimal1801769600.020.470.2957.1435.954.12
HexB4B060022F1D392436
Octal264260140025735714466
Binary1011010010110000110000001010111111101111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B060; }

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

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

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

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

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

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

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

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