#AFBA59

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

Shades of Olive Green #AFBA59

Tints of Olive Green #AFBA59

Color information

#AFBA59 (or 0xAFBA59) is unknown color: approx Olive Green. HEX triplet: AF, BA and 59. RGB value is (175,186,89). Sum of RGB (Red+Green+Blue) = 175+186+89=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA59 is #5045A6. Grayscale: #ACACAC. Windows color (decimal): -5260711 or 5880495. OLE color: 5880495.

HSL color Cylindrical-coordinate representation of color #AFBA59: hue angle of 66.8º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFBA59 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB17518689-
CMYK0.0600.520.27
HSL66.8º41.28%53.92%-
HSV(B)66.8º52.15%72.94%-
XYZ37.0444.9516.18-
YUV171.6581.36130.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 89 (35.16% from 255) = 19.78%
R=38.89%
G=41.33%
B=19.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175186890.0600.520.2766.841.2853.92
HexAFBA5960341B432936
Octal2572721316064331035166
Binary101011111011101010110011100110100110111000011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA59; }

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

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

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

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

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

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

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

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