#AFAC5B

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

Shades of Olive Green #AFAC5B

Tints of Olive Green #AFAC5B

Color information

#AFAC5B (or 0xAFAC5B) is unknown color: approx Olive Green. HEX triplet: AF, AC and 5B. RGB value is (175,172,91). Sum of RGB (Red+Green+Blue) = 175+172+91=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC5B is #5053A4. Grayscale: #A3A3A3. Windows color (decimal): -5264293 or 6007983. OLE color: 6007983.

HSL color Cylindrical-coordinate representation of color #AFAC5B: hue angle of 57.86º 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 #AFAC5B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17517291-
CMYK00.020.480.31
HSL57.86º34.43%52.16%-
HSV(B)57.86º48%68.63%-
XYZ34.3239.3715.69-
YUV163.6686.99136.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=39.95%
G=39.27%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751729100.020.480.3157.8634.4352.16
HexAFAC5B02301F3a2234
Octal257254133026037724264
Binary1010111110101100101101101011000011111111010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC5B; }

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

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

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

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

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

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

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

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