Html Css Color HEX #AFA81B Earls Green

📋 copy color: '#AFA81B'

red 175 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #AFA81B

Tints of Earls Green #AFA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.41%

 BLUE value IS 27 (10.94% from 255) = 7.3%

R = 47.3%
G = 45.41%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFA81B (or 0xAFA81B) is known color: Earls Green. HEX triplet: AF, A8 and 1B. RGB value is (175,168,27). Sum of RGB (Red+Green+Blue) = 175+168+27=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA81B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA81B is #5057E4. Grayscale: #9A9A9A. Windows color (decimal): -5265381 or 1812655. OLE color: 1812655.

HSL color Cylindrical-coordinate representation of color #AFA81B: hue angle of 57.16º 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 #AFA81B is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 27 -
CMYK 0 0.04 0.85 0.31
HSL 57.16º 0.73% 0.4% -
HSV(B) 57.16º 0.85% 0.69% -
XYZ 31.88 37.2 6.54 -
YUV 154.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 175 168 27 0 0.04 0.85 0.31 57.16 0.73 0.4
Hex AF A8 1B 0 4 55 1F 39 49 28
Octal 257 250 33 0 4 125 37 71 111 50
Binary 10101111 10101000 11011 0 100 1010101 11111 111001 1001001 101000

Color Harmonies of #AFA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA81B

Black with #AFA81B

Text Example


Text Example

White with #AFA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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