Html Css Color HEX #ABA925 Earls Green

📋 copy color: '#ABA925'

red 171 ◦ green 169 ◦ blue 37

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

Shades of Earls Green #ABA925

Tints of Earls Green #ABA925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.81%

R = 45.36%
G = 44.83%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#ABA925 (or 0xABA925) is known color: Earls Green. HEX triplet: AB, A9 and 25. RGB value is (171,169,37). Sum of RGB (Red+Green+Blue) = 171+169+37=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA925 is #5456DA. Grayscale: #9B9B9B. Windows color (decimal): -5527259 or 2468267. OLE color: 2468267.

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

Color convert

RGB 171 169 37 -
CMYK 0 0.01 0.78 0.33
HSL 59.1º 0.64% 0.41% -
HSV(B) 59.1º 0.78% 0.67% -
XYZ 31.32 37.17 7.27 -
YUV 154.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 171 169 37 0 0.01 0.78 0.33 59.1 0.64 0.41
Hex AB A9 25 0 1 4E 21 3B 40 29
Octal 253 251 45 0 1 116 41 73 100 51
Binary 10101011 10101001 100101 0 1 1001110 100001 111011 1000000 101001

Color Harmonies of #ABA925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA925

Black with #ABA925

Text Example


Text Example

White with #ABA925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA925; }

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

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

background-color css

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

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

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

border-color css

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

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

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