#ABB194

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

Shades of Green Spring #ABB194

Tints of Green Spring #ABB194

Color information

#ABB194 (or 0xABB194) is unknown color: approx Green Spring. HEX triplet: AB, B1 and 94. RGB value is (171,177,148). Sum of RGB (Red+Green+Blue) = 171+177+148=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB194 is #544E6B. Grayscale: #ACACAC. Windows color (decimal): -5525100 or 9744811. OLE color: 9744811.

HSL color Cylindrical-coordinate representation of color #ABB194: hue angle of 72.41º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABB194 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB171177148-
CMYK0.0300.160.31
HSL72.41º15.68%63.73%-
HSV(B)72.41º16.38%69.41%-
XYZ37.8642.2434.17-
YUV171.9114.51127.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=34.48%
G=35.69%
B=29.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771480.0300.160.3172.4115.6863.73
HexABB19430101F481040
Octal25326122430203711020100
Binary10101011101100011001010011010000111111001000100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB194; }

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

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

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

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

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

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

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

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