#AFB228

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

Shades of Earls Green #AFB228

Tints of Earls Green #AFB228

Color information

#AFB228 (or 0xAFB228) is unknown color: approx Earls Green. HEX triplet: AF, B2 and 28. RGB value is (175,178,40). Sum of RGB (Red+Green+Blue) = 175+178+40=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB228 is #504DD7. Grayscale: #A1A1A1. Windows color (decimal): -5262808 or 2667183. OLE color: 2667183.

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

Color convert

RGB17517840-
CMYK0.0200.780.30
HSL61.3º63.3%42.75%-
HSV(B)61.3º77.53%69.8%-
XYZ33.9841.118.15-
YUV161.3759.51137.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 40 (16.02% from 255) = 10.18%
R=44.53%
G=45.29%
B=10.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal175178400.0200.780.3061.363.342.75
HexAFB228204E1E3d3f2b
Octal257262502011636757753
Binary1010111110110010101000100100111011110111101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB228; }

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

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

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

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

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

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

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

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