#AFA71B

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

Shades of Earls Green #AFA71B

Tints of Earls Green #AFA71B

Color information

#AFA71B (or 0xAFA71B) is unknown color: approx Earls Green. HEX triplet: AF, A7 and 1B. RGB value is (175,167,27). Sum of RGB (Red+Green+Blue) = 175+167+27=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA71B is #5058E4. Grayscale: #9A9A9A. Windows color (decimal): -5265637 or 1812399. OLE color: 1812399.

HSL color Cylindrical-coordinate representation of color #AFA71B: hue angle of 56.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFA71B is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17516727-
CMYK00.050.850.31
HSL56.76º73.27%39.61%-
HSV(B)56.76º84.57%68.63%-
XYZ31.736.836.48-
YUV153.4356.65143.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 167 (65.62% from 255) = 45.26%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=47.43%
G=45.26%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751672700.050.850.3156.7673.2739.61
HexAFA71B05551F394928
Octal2572473305125377111150
Binary10101111101001111101101011010101111111110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA71B; }

 p { color: rgb(175,167,27); }

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

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

 a { background-color: rgb(175,167,27); }

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

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

 span { border-color: rgb(175,167,27); }

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