Html Css Color HEX #ABA928 Earls Green

📋 copy color: '#ABA928'

red 171 ◦ green 169 ◦ blue 40

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

Shades of Earls Green #ABA928

Tints of Earls Green #ABA928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.47%

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

R = 45%
G = 44.47%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#ABA928 (or 0xABA928) is known color: Earls Green. HEX triplet: AB, A9 and 28. RGB value is (171,169,40). Sum of RGB (Red+Green+Blue) = 171+169+40=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA928 is #5456D7. Grayscale: #9B9B9B. Windows color (decimal): -5527256 or 2664875. OLE color: 2664875.

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

Color convert

RGB 171 169 40 -
CMYK 0 0.01 0.77 0.33
HSL 59.08º 0.62% 0.41% -
HSV(B) 59.08º 0.77% 0.67% -
XYZ 31.37 37.19 7.53 -
YUV 154.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 171 169 40 0 0.01 0.77 0.33 59.08 0.62 0.41
Hex AB A9 28 0 1 4D 21 3B 3E 29
Octal 253 251 50 0 1 115 41 73 76 51
Binary 10101011 10101001 101000 0 1 1001101 100001 111011 111110 101001

Color Harmonies of #ABA928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA928

Black with #ABA928

Text Example


Text Example

White with #ABA928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA928; }

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

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

background-color css

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

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

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

border-color css

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

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

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