Html Css Color HEX #ABA430 Earls Green

📋 copy color: '#ABA430'

red 171 ◦ green 164 ◦ blue 48

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

Shades of Earls Green #ABA430

Tints of Earls Green #ABA430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.82%

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

R = 44.65%
G = 42.82%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#ABA430 (or 0xABA430) is known color: Earls Green. HEX triplet: AB, A4 and 30. RGB value is (171,164,48). Sum of RGB (Red+Green+Blue) = 171+164+48=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA430 is #545BCF. Grayscale: #999999. Windows color (decimal): -5528528 or 3187883. OLE color: 3187883.

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

Color convert

RGB 171 164 48 -
CMYK 0 0.04 0.72 0.33
HSL 56.59º 0.56% 0.43% -
HSV(B) 56.59º 0.72% 0.67% -
XYZ 30.6 35.42 8.02 -
YUV 152.87 68.82 140.93 -
System Red Green Blue C M Y K H S L
Decimal 171 164 48 0 0.04 0.72 0.33 56.59 0.56 0.43
Hex AB A4 30 0 4 48 21 39 38 2B
Octal 253 244 60 0 4 110 41 71 70 53
Binary 10101011 10100100 110000 0 100 1001000 100001 111001 111000 101011

Color Harmonies of #ABA430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA430

Black with #ABA430

Text Example


Text Example

White with #ABA430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA430; }

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

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

background-color css

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

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

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

border-color css

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

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

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