#AFA95B

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

Shades of Olive Green #AFA95B

Tints of Olive Green #AFA95B

Color information

#AFA95B (or 0xAFA95B) is unknown color: approx Olive Green. HEX triplet: AF, A9 and 5B. RGB value is (175,169,91). Sum of RGB (Red+Green+Blue) = 175+169+91=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA95B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA95B is #5056A4. Grayscale: #A2A2A2. Windows color (decimal): -5265061 or 6007215. OLE color: 6007215.

HSL color Cylindrical-coordinate representation of color #AFA95B: hue angle of 55.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFA95B is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17516991-
CMYK00.030.480.31
HSL55.71º34.43%52.16%-
HSV(B)55.71º48%68.63%-
XYZ33.7638.2515.5-
YUV161.987.99137.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=40.23%
G=38.85%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751699100.030.480.3155.7134.4352.16
HexAFA95B03301F382234
Octal257251133036037704264
Binary1010111110101001101101101111000011111111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA95B; }

 p { color: rgb(175,169,91); }

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

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

 a { background-color: rgb(175,169,91); }

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

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

 span { border-color: rgb(175,169,91); }

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