#ABB470

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

Shades of Green Smoke #ABB470

Tints of Green Smoke #ABB470

Color information

#ABB470 (or 0xABB470) is unknown color: approx Green Smoke. HEX triplet: AB, B4 and 70. RGB value is (171,180,112). Sum of RGB (Red+Green+Blue) = 171+180+112=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB470 is #544B8F. Grayscale: #A9A9A9. Windows color (decimal): -5524368 or 7386283. OLE color: 7386283.

HSL color Cylindrical-coordinate representation of color #ABB470: hue angle of 67.94º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABB470 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB171180112-
CMYK0.0500.380.29
HSL67.94º31.19%57.25%-
HSV(B)67.94º37.78%70.59%-
XYZ36.0442.4721.63-
YUV169.5695.52129.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=36.93%
G=38.88%
B=24.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801120.0500.380.2967.9431.1957.25
HexABB47050261D441f39
Octal2532641605046351043771
Binary10101011101101001110000101010011011101100010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB470; }

 p { color: rgb(171,180,112); }

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

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

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

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

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

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

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