Html Css Color HEX #ABAA30 Earls Green

📋 copy color: '#ABAA30'

red 171 ◦ green 170 ◦ blue 48

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

Shades of Earls Green #ABAA30

Tints of Earls Green #ABAA30

RGB

 RED value IS 171 (67.19% from 255) = 43.96%

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 43.96%
G = 43.7%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#ABAA30 (or 0xABAA30) is known color: Earls Green. HEX triplet: AB, AA and 30. RGB value is (171,170,48). Sum of RGB (Red+Green+Blue) = 171+170+48=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA30 is #5455CF. Grayscale: #9C9C9C. Windows color (decimal): -5526992 or 3189419. OLE color: 3189419.

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

Color convert

RGB 171 170 48 -
CMYK 0 0.01 0.72 0.33
HSL 59.51º 0.56% 0.43% -
HSV(B) 59.51º 0.72% 0.67% -
XYZ 31.7 37.62 8.39 -
YUV 156.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 171 170 48 0 0.01 0.72 0.33 59.51 0.56 0.43
Hex AB AA 30 0 1 48 21 3C 38 2B
Octal 253 252 60 0 1 110 41 74 70 53
Binary 10101011 10101010 110000 0 1 1001000 100001 111100 111000 101011

Color Harmonies of #ABAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA30

Black with #ABAA30

Text Example


Text Example

White with #ABAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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