#AFB252

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

Shades of Olive Green #AFB252

Tints of Olive Green #AFB252

Color information

#AFB252 (or 0xAFB252) is unknown color: approx Olive Green. HEX triplet: AF, B2 and 52. RGB value is (175,178,82). Sum of RGB (Red+Green+Blue) = 175+178+82=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB252 is #504DAD. Grayscale: #A6A6A6. Windows color (decimal): -5262766 or 5419695. OLE color: 5419695.

HSL color Cylindrical-coordinate representation of color #AFB252: hue angle of 61.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFB252 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17517882-
CMYK0.0200.540.30
HSL61.88º38.4%50.98%-
HSV(B)61.88º53.93%69.8%-
XYZ35.1241.5614.15-
YUV166.1680.51134.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 178 (69.92% from 255) = 40.92%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=40.23%
G=40.92%
B=18.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175178820.0200.540.3061.8838.450.98
HexAFB25220361E3e2633
Octal257262122206636764663
Binary1010111110110010101001010011011011110111110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB252; }

 p { color: rgb(175,178,82); }

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

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

 a { background-color: rgb(175,178,82); }

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

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

 span { border-color: rgb(175,178,82); }

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