Html Css Color HEX #AFAB31 Earls Green

📋 copy color: '#AFAB31'

red 175 ◦ green 171 ◦ blue 49

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

Shades of Earls Green #AFAB31

Tints of Earls Green #AFAB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 44.3%
G = 43.29%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AFAB31 (or 0xAFAB31) is known color: Earls Green. HEX triplet: AF, AB and 31. RGB value is (175,171,49). Sum of RGB (Red+Green+Blue) = 175+171+49=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB31 is #5054CE. Grayscale: #9E9E9E. Windows color (decimal): -5264591 or 3255215. OLE color: 3255215.

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

Color convert

RGB 175 171 49 -
CMYK 0 0.02 0.72 0.31
HSL 58.1º 0.56% 0.44% -
HSV(B) 58.1º 0.72% 0.69% -
XYZ 32.8 38.46 8.6 -
YUV 158.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 175 171 49 0 0.02 0.72 0.31 58.1 0.56 0.44
Hex AF AB 31 0 2 48 1F 3A 38 2C
Octal 257 253 61 0 2 110 37 72 70 54
Binary 10101111 10101011 110001 0 10 1001000 11111 111010 111000 101100

Color Harmonies of #AFAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB31

Black with #AFAB31

Text Example


Text Example

White with #AFAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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