#ABB294

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

Shades of Green Spring #ABB294

Tints of Green Spring #ABB294

Color information

#ABB294 (or 0xABB294) is unknown color: approx Green Spring. HEX triplet: AB, B2 and 94. RGB value is (171,178,148). Sum of RGB (Red+Green+Blue) = 171+178+148=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB294 is #544D6B. Grayscale: #ACACAC. Windows color (decimal): -5524844 or 9745067. OLE color: 9745067.

HSL color Cylindrical-coordinate representation of color #ABB294: hue angle of 74º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABB294 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB171178148-
CMYK0.0400.170.30
HSL74º16.3%63.92%-
HSV(B)74º16.85%69.8%-
XYZ38.0642.6434.24-
YUV172.49114.18126.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=34.41%
G=35.81%
B=29.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781480.0400.170.307416.363.92
HexABB29440111E4a1040
Octal25326222440213611220100
Binary101010111011001010010100100010001111101001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB294; }

 p { color: rgb(171,178,148); }

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

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

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

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

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

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

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