Html Css Color HEX #AAAB1B Earls Green

📋 copy color: '#AAAB1B'

red 170 ◦ green 171 ◦ blue 27

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

Shades of Earls Green #AAAB1B

Tints of Earls Green #AAAB1B

RGB

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

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

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

R = 46.2%
G = 46.47%
B = 7.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AAAB1B (or 0xAAAB1B) is known color: Earls Green. HEX triplet: AA, AB and 1B. RGB value is (170,171,27). Sum of RGB (Red+Green+Blue) = 170+171+27=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB1B is #5554E4. Grayscale: #9A9A9A. Windows color (decimal): -5592293 or 1813418. OLE color: 1813418.

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

Color convert

RGB 170 171 27 -
CMYK 0.01 0 0.84 0.33
HSL 60.42º 0.73% 0.39% -
HSV(B) 60.42º 0.84% 0.67% -
XYZ 31.34 37.75 6.67 -
YUV 154.29 56.17 139.21 -
System Red Green Blue C M Y K H S L
Decimal 170 171 27 0.01 0 0.84 0.33 60.42 0.73 0.39
Hex AA AB 1B 1 0 54 21 3C 49 27
Octal 252 253 33 1 0 124 41 74 111 47
Binary 10101010 10101011 11011 1 0 1010100 100001 111100 1001001 100111

Color Harmonies of #AAAB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB1B

Black with #AAAB1B

Text Example


Text Example

White with #AAAB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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