#ABA230

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

Shades of Earls Green #ABA230

Tints of Earls Green #ABA230

Color information

#ABA230 (or 0xABA230) is unknown color: approx Earls Green. HEX triplet: AB, A2 and 30. RGB value is (171,162,48). Sum of RGB (Red+Green+Blue) = 171+162+48=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA230 is #545DCF. Grayscale: #989898. Windows color (decimal): -5529040 or 3187371. OLE color: 3187371.

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

Color convert

RGB17116248-
CMYK00.050.720.33
HSL55.61º56.16%42.94%-
HSV(B)55.61º71.93%67.06%-
XYZ30.2534.717.9-
YUV151.769.48141.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.88%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 48 (19.14% from 255) = 12.60%
R=44.88%
G=42.52%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711624800.050.720.3355.6156.1642.94
HexABA23005482138382b
Octal253242600511041707053
Binary101010111010001011000001011001000100001111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA230; }

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

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

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

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

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

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

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

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