#ABB48B

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

Shades of Green Spring #ABB48B

Tints of Green Spring #ABB48B

Color information

#ABB48B (or 0xABB48B) is unknown color: approx Green Spring. HEX triplet: AB, B4 and 8B. RGB value is (171,180,139). Sum of RGB (Red+Green+Blue) = 171+180+139=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB48B is #544B74. Grayscale: #ACACAC. Windows color (decimal): -5524341 or 9155755. OLE color: 9155755.

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

Color convert

RGB171180139-
CMYK0.0500.230.29
HSL73.17º21.47%62.55%-
HSV(B)73.17º22.78%70.59%-
XYZ37.7843.1630.77-
YUV172.64109.02126.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=34.90%
G=36.73%
B=28.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801390.0500.230.2973.1721.4762.55
HexABB48B50171D49153f
Octal2532642135027351112577
Binary10101011101101001000101110101011111101100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB48B; }

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

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

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

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

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

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

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

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