#ABA730

Color #ABA730 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #ABA730

Tints of Earls Green #ABA730

Color information

#ABA730 (or 0xABA730) is unknown color: approx Earls Green. HEX triplet: AB, A7 and 30. RGB value is (171,167,48). Sum of RGB (Red+Green+Blue) = 171+167+48=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA730 is #5458CF. Grayscale: #9B9B9B. Windows color (decimal): -5527760 or 3188651. OLE color: 3188651.

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

Color convert

RGB17116748-
CMYK00.020.720.33
HSL58.05º56.16%42.94%-
HSV(B)58.05º71.93%67.06%-
XYZ31.1536.518.2-
YUV154.6367.83139.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 48 (19.14% from 255) = 12.44%
R=44.30%
G=43.26%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711674800.020.720.3358.0556.1642.94
HexABA7300248213a382b
Octal253247600211041727053
Binary10101011101001111100000101001000100001111010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA730; }

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

 H1.HeaderClassName
 {
   color: #ABA730;
 }
 .AnyTagClassName
 {
   color: #ABA730;
 }
</style>
background-color css

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

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

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

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

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

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