#ABAB30

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

Shades of Earls Green #ABAB30

Tints of Earls Green #ABAB30

Color information

#ABAB30 (or 0xABAB30) is unknown color: approx Earls Green. HEX triplet: AB, AB and 30. RGB value is (171,171,48). Sum of RGB (Red+Green+Blue) = 171+171+48=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB30 is #5454CF. Grayscale: #9D9D9D. Windows color (decimal): -5526736 or 3189675. OLE color: 3189675.

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

Color convert

RGB17117148-
CMYK000.720.33
HSL60º56.16%42.94%-
HSV(B)60º71.93%67.06%-
XYZ31.89388.45-
YUV156.9866.5138-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=43.85%
G=43.85%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117148000.720.336056.1642.94
HexABAB300048213c382b
Octal253253600011041747053
Binary1010101110101011110000001001000100001111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB30; }

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

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

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

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

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

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

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

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