Html Css Color HEX #ABA528 Earls Green

📋 copy color: '#ABA528'

red 171 ◦ green 165 ◦ blue 40

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

Shades of Earls Green #ABA528

Tints of Earls Green #ABA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 45.48%
G = 43.88%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#ABA528 (or 0xABA528) is known color: Earls Green. HEX triplet: AB, A5 and 28. RGB value is (171,165,40). Sum of RGB (Red+Green+Blue) = 171+165+40=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA528 is #545AD7. Grayscale: #999999. Windows color (decimal): -5528280 or 2663851. OLE color: 2663851.

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

Color convert

RGB 171 165 40 -
CMYK 0 0.04 0.77 0.33
HSL 57.25º 0.62% 0.41% -
HSV(B) 57.25º 0.77% 0.67% -
XYZ 30.63 35.72 7.29 -
YUV 152.54 64.49 141.16 -
System Red Green Blue C M Y K H S L
Decimal 171 165 40 0 0.04 0.77 0.33 57.25 0.62 0.41
Hex AB A5 28 0 4 4D 21 39 3E 29
Octal 253 245 50 0 4 115 41 71 76 51
Binary 10101011 10100101 101000 0 100 1001101 100001 111001 111110 101001

Color Harmonies of #ABA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA528

Black with #ABA528

Text Example


Text Example

White with #ABA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA528; }

 p { color: rgb(171,165,40); }

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

background-color css

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

 a { background-color: rgb(171,165,40); }

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

border-color css

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

 span { border-color: rgb(171,165,40); }

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