#AFAE54

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

Shades of Olive Green #AFAE54

Tints of Olive Green #AFAE54

Color information

#AFAE54 (or 0xAFAE54) is unknown color: approx Olive Green. HEX triplet: AF, AE and 54. RGB value is (175,174,84). Sum of RGB (Red+Green+Blue) = 175+174+84=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE54 is #5051AB. Grayscale: #A4A4A4. Windows color (decimal): -5263788 or 5549743. OLE color: 5549743.

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

Color convert

RGB17517484-
CMYK00.010.520.31
HSL59.34º36.25%50.78%-
HSV(B)59.34º52%68.63%-
XYZ34.4240.0314.3-
YUV164.0482.83135.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=40.42%
G=40.18%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751748400.010.520.3159.3436.2550.78
HexAFAE5401341F3b2433
Octal257256124016437734463
Binary101011111010111010101000111010011111111011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE54; }

 p { color: rgb(175,174,84); }

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

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

 a { background-color: rgb(175,174,84); }

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

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

 span { border-color: rgb(175,174,84); }

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