Html Css Color HEX #ABA630 Earls Green

📋 copy color: '#ABA630'

red 171 ◦ green 166 ◦ blue 48

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

Shades of Earls Green #ABA630

Tints of Earls Green #ABA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

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

R = 44.42%
G = 43.12%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#ABA630 (or 0xABA630) is known color: Earls Green. HEX triplet: AB, A6 and 30. RGB value is (171,166,48). Sum of RGB (Red+Green+Blue) = 171+166+48=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA630 is #5459CF. Grayscale: #9A9A9A. Windows color (decimal): -5528016 or 3188395. OLE color: 3188395.

HSL color Cylindrical-coordinate representation of color #ABA630: hue angle of 57.56º 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 #ABA630 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 48 -
CMYK 0 0.03 0.72 0.33
HSL 57.56º 0.56% 0.43% -
HSV(B) 57.56º 0.72% 0.67% -
XYZ 30.96 36.14 8.14 -
YUV 154.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 171 166 48 0 0.03 0.72 0.33 57.56 0.56 0.43
Hex AB A6 30 0 3 48 21 3A 38 2B
Octal 253 246 60 0 3 110 41 72 70 53
Binary 10101011 10100110 110000 0 11 1001000 100001 111010 111000 101011

Color Harmonies of #ABA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA630

Black with #ABA630

Text Example


Text Example

White with #ABA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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