#B4AF59

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

Shades of Olive Green #B4AF59

Tints of Olive Green #B4AF59

Color information

#B4AF59 (or 0xB4AF59) is unknown color: approx Olive Green. HEX triplet: B4, AF and 59. RGB value is (180,175,89). Sum of RGB (Red+Green+Blue) = 180+175+89=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AF59 is #4B50A6. Grayscale: #A7A7A7. Windows color (decimal): -4935847 or 5877684. OLE color: 5877684.

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

Color convert

RGB18017589-
CMYK00.030.510.29
HSL56.7º37.76%52.75%-
HSV(B)56.7º50.56%70.59%-
XYZ35.9641.0815.49-
YUV166.6984.16137.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 89 (35.16% from 255) = 20.05%
R=40.54%
G=39.41%
B=20.05%

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
Decimal1801758900.030.510.2956.737.7652.75
HexB4AF5903331D392635
Octal264257131036335714665
Binary1011010010101111101100101111001111101111001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF59; }

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

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

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

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

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

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

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

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