#B4AF60

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

Shades of Olive Green #B4AF60

Tints of Olive Green #B4AF60

Color information

#B4AF60 (or 0xB4AF60) is unknown color: approx Olive Green. HEX triplet: B4, AF and 60. RGB value is (180,175,96). Sum of RGB (Red+Green+Blue) = 180+175+96=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF60 is #4B509F. Grayscale: #A7A7A7. Windows color (decimal): -4935840 or 6336436. OLE color: 6336436.

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

Color convert

RGB18017596-
CMYK00.030.470.29
HSL56.43º35.9%54.12%-
HSV(B)56.43º46.67%70.59%-
XYZ36.2641.2117.11-
YUV167.4987.66136.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=39.91%
G=38.80%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801759600.030.470.2956.4335.954.12
HexB4AF60032F1D382436
Octal264257140035735704466
Binary1011010010101111110000001110111111101111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF60; }

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

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

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

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

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

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

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

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