#B4AF58

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

Shades of Olive Green #B4AF58

Tints of Olive Green #B4AF58

Color information

#B4AF58 (or 0xB4AF58) is unknown color: approx Olive Green. HEX triplet: B4, AF and 58. RGB value is (180,175,88). Sum of RGB (Red+Green+Blue) = 180+175+88=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF58 is #4B50A7. Grayscale: #A6A6A6. Windows color (decimal): -4935848 or 5812148. OLE color: 5812148.

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

Color convert

RGB18017588-
CMYK00.030.510.29
HSL56.74º38.02%52.55%-
HSV(B)56.74º51.11%70.59%-
XYZ35.9141.0715.27-
YUV166.5883.66137.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 88 (34.77% from 255) = 19.86%
R=40.63%
G=39.50%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801758800.030.510.2956.7438.0252.55
HexB4AF5803331D392635
Octal264257130036335714665
Binary1011010010101111101100001111001111101111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF58; }

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

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

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

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

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

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

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

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