Html Css Color HEX #AFAB20 Earls Green

📋 copy color: '#AFAB20'

red 175 ◦ green 171 ◦ blue 32

#AFAB20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #AFAB20

Tints of Earls Green #AFAB20

RGB

 RED value IS 175 (68.75% from 255) = 46.3%

 GREEN value IS 171 (67.19% from 255) = 45.24%

 BLUE value IS 32 (12.89% from 255) = 8.47%

R = 46.3%
G = 45.24%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AFAB20 (or 0xAFAB20) is known color: Earls Green. HEX triplet: AF, AB and 20. RGB value is (175,171,32). Sum of RGB (Red+Green+Blue) = 175+171+32=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 32 (12.89% from 255 or 8.47% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB20 is #5054DF. Grayscale: #9C9C9C. Windows color (decimal): -5264608 or 2141103. OLE color: 2141103.

HSL color Cylindrical-coordinate representation of color #AFAB20: hue angle of 58.32º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFAB20 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 32 -
CMYK 0 0.02 0.82 0.31
HSL 58.32º 0.69% 0.41% -
HSV(B) 58.32º 0.82% 0.69% -
XYZ 32.5 38.34 7.05 -
YUV 156.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 175 171 32 0 0.02 0.82 0.31 58.32 0.69 0.41
Hex AF AB 20 0 2 52 1F 3A 45 29
Octal 257 253 40 0 2 122 37 72 105 51
Binary 10101111 10101011 100000 0 10 1010010 11111 111010 1000101 101001

Color Harmonies of #AFAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB20

Black with #AFAB20

Text Example


Text Example

White with #AFAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB20; }

 p { color: rgb(175,171,32); }

 H1.HeaderClassName
 {
   color: #AFAB20;
 }
 .AnyTagClassName
 {
   color: #AFAB20;
 }
</style>

background-color css

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

 a { background-color: rgb(175,171,32); }

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

border-color css

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

 span { border-color: rgb(175,171,32); }

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