Html Css Color HEX #AFAE1B Earls Green

📋 copy color: '#AFAE1B'

red 175 ◦ green 174 ◦ blue 27

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

Shades of Earls Green #AFAE1B

Tints of Earls Green #AFAE1B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.28%

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

R = 46.54%
G = 46.28%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFAE1B (or 0xAFAE1B) is known color: Earls Green. HEX triplet: AF, AE and 1B. RGB value is (175,174,27). Sum of RGB (Red+Green+Blue) = 175+174+27=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE1B is #5051E4. Grayscale: #9E9E9E. Windows color (decimal): -5263845 or 1814191. OLE color: 1814191.

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

Color convert

RGB 175 174 27 -
CMYK 0 0.01 0.85 0.31
HSL 59.59º 0.73% 0.4% -
HSV(B) 59.59º 0.85% 0.69% -
XYZ 33.01 39.47 6.91 -
YUV 157.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 175 174 27 0 0.01 0.85 0.31 59.59 0.73 0.4
Hex AF AE 1B 0 1 55 1F 3C 49 28
Octal 257 256 33 0 1 125 37 74 111 50
Binary 10101111 10101110 11011 0 1 1010101 11111 111100 1001001 101000

Color Harmonies of #AFAE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE1B

Black with #AFAE1B

Text Example


Text Example

White with #AFAE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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