Html Css Color HEX #AFAB1B Earls Green

📋 copy color: '#AFAB1B'

red 175 ◦ green 171 ◦ blue 27

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

Shades of Earls Green #AFAB1B

Tints of Earls Green #AFAB1B

RGB

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

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

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

R = 46.92%
G = 45.84%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFAB1B (or 0xAFAB1B) is known color: Earls Green. HEX triplet: AF, AB and 1B. RGB value is (175,171,27). Sum of RGB (Red+Green+Blue) = 175+171+27=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB1B is #5054E4. Grayscale: #9C9C9C. Windows color (decimal): -5264613 or 1813423. OLE color: 1813423.

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

Color convert

RGB 175 171 27 -
CMYK 0 0.02 0.85 0.31
HSL 58.38º 0.73% 0.4% -
HSV(B) 58.38º 0.85% 0.69% -
XYZ 32.44 38.32 6.72 -
YUV 155.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 175 171 27 0 0.02 0.85 0.31 58.38 0.73 0.4
Hex AF AB 1B 0 2 55 1F 3A 49 28
Octal 257 253 33 0 2 125 37 72 111 50
Binary 10101111 10101011 11011 0 10 1010101 11111 111010 1001001 101000

Color Harmonies of #AFAB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB1B

Black with #AFAB1B

Text Example


Text Example

White with #AFAB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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