Html Css Color HEX #ABA42D Earls Green

📋 copy color: '#ABA42D'

red 171 ◦ green 164 ◦ blue 45

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

Shades of Earls Green #ABA42D

Tints of Earls Green #ABA42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 45%
G = 43.16%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#ABA42D (or 0xABA42D) is known color: Earls Green. HEX triplet: AB, A4 and 2D. RGB value is (171,164,45). Sum of RGB (Red+Green+Blue) = 171+164+45=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA42D is #545BD2. Grayscale: #999999. Windows color (decimal): -5528531 or 2991275. OLE color: 2991275.

HSL color Cylindrical-coordinate representation of color #ABA42D: hue angle of 56.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABA42D is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 45 -
CMYK 0 0.04 0.74 0.33
HSL 56.67º 0.58% 0.42% -
HSV(B) 56.67º 0.74% 0.67% -
XYZ 30.54 35.4 7.71 -
YUV 152.53 67.32 141.18 -
System Red Green Blue C M Y K H S L
Decimal 171 164 45 0 0.04 0.74 0.33 56.67 0.58 0.42
Hex AB A4 2D 0 4 4A 21 39 3A 2A
Octal 253 244 55 0 4 112 41 71 72 52
Binary 10101011 10100100 101101 0 100 1001010 100001 111001 111010 101010

Color Harmonies of #ABA42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA42D

Black with #ABA42D

Text Example


Text Example

White with #ABA42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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