#B3AF59

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

Shades of Olive Green #B3AF59

Tints of Olive Green #B3AF59

Color information

#B3AF59 (or 0xB3AF59) is unknown color: approx Olive Green. HEX triplet: B3, AF and 59. RGB value is (179,175,89). Sum of RGB (Red+Green+Blue) = 179+175+89=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF59 is #4C50A6. Grayscale: #A6A6A6. Windows color (decimal): -5001383 or 5877683. OLE color: 5877683.

HSL color Cylindrical-coordinate representation of color #B3AF59: hue angle of 57.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3AF59 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17917589-
CMYK00.020.500.30
HSL57.33º37.19%52.55%-
HSV(B)57.33º50.28%70.2%-
XYZ35.7240.9615.48-
YUV166.3984.33136.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 89 (35.16% from 255) = 20.09%
R=40.41%
G=39.50%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791758900.020.500.3057.3337.1952.55
HexB3AF5902321E392535
Octal263257131026236714565
Binary1011001110101111101100101011001011110111001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF59; }

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

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

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

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

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

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

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

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