#AFB026

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

Shades of Earls Green #AFB026

Tints of Earls Green #AFB026

Color information

#AFB026 (or 0xAFB026) is unknown color: approx Earls Green. HEX triplet: AF, B0 and 26. RGB value is (175,176,38). Sum of RGB (Red+Green+Blue) = 175+176+38=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB026 is #504FD9. Grayscale: #A0A0A0. Windows color (decimal): -5263322 or 2535599. OLE color: 2535599.

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

Color convert

RGB17517638-
CMYK0.0100.780.31
HSL60.43º64.49%41.96%-
HSV(B)60.43º78.41%69.02%-
XYZ33.5540.37.84-
YUV159.9759.17138.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=44.99%
G=45.24%
B=9.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175176380.0100.780.3160.4364.4941.96
HexAFB026104E1F3c402a
Octal2572604610116377410052
Binary1010111110110000100110101001110111111111001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB026; }

 p { color: rgb(175,176,38); }

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

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

 a { background-color: rgb(175,176,38); }

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

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

 span { border-color: rgb(175,176,38); }

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