#ABB490

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

Shades of Green Spring #ABB490

Tints of Green Spring #ABB490

Color information

#ABB490 (or 0xABB490) is unknown color: approx Green Spring. HEX triplet: AB, B4 and 90. RGB value is (171,180,144). Sum of RGB (Red+Green+Blue) = 171+180+144=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB490 is #544B6F. Grayscale: #ADADAD. Windows color (decimal): -5524336 or 9483435. OLE color: 9483435.

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

Color convert

RGB171180144-
CMYK0.0500.20.29
HSL75º19.35%63.53%-
HSV(B)75º20%70.59%-
XYZ38.1543.3132.74-
YUV173.2111.52126.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=34.55%
G=36.36%
B=29.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801440.0500.20.297519.3563.53
HexABB49050141D4b1340
Octal25326422050243511323100
Binary101010111011010010010000101010100111011001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB490; }

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

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

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

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

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

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

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

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