Html Css Color HEX #AAAB21 Earls Green

📋 copy color: '#AAAB21'

red 170 ◦ green 171 ◦ blue 33

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

Shades of Earls Green #AAAB21

Tints of Earls Green #AAAB21

RGB

 RED value IS 170 (66.8% from 255) = 45.45%

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

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 45.45%
G = 45.72%
B = 8.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AAAB21 (or 0xAAAB21) is known color: Earls Green. HEX triplet: AA, AB and 21. RGB value is (170,171,33). Sum of RGB (Red+Green+Blue) = 170+171+33=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB21 is #5554DE. Grayscale: #9B9B9B. Windows color (decimal): -5592287 or 2206634. OLE color: 2206634.

HSL color Cylindrical-coordinate representation of color #AAAB21: hue angle of 60.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAAB21 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 33 -
CMYK 0.01 0 0.81 0.33
HSL 60.43º 0.68% 0.4% -
HSV(B) 60.43º 0.81% 0.67% -
XYZ 31.41 37.78 7.08 -
YUV 154.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 170 171 33 0.01 0 0.81 0.33 60.43 0.68 0.4
Hex AA AB 21 1 0 51 21 3C 44 28
Octal 252 253 41 1 0 121 41 74 104 50
Binary 10101010 10101011 100001 1 0 1010001 100001 111100 1000100 101000

Color Harmonies of #AAAB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB21

Black with #AAAB21

Text Example


Text Example

White with #AAAB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB21; }

 p { color: rgb(170,171,33); }

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

background-color css

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

 a { background-color: rgb(170,171,33); }

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

border-color css

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

 span { border-color: rgb(170,171,33); }

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