#ABB094

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

Shades of Green Spring #ABB094

Tints of Green Spring #ABB094

Color information

#ABB094 (or 0xABB094) is unknown color: approx Green Spring. HEX triplet: AB, B0 and 94. RGB value is (171,176,148). Sum of RGB (Red+Green+Blue) = 171+176+148=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB094 is #544F6B. Grayscale: #ABABAB. Windows color (decimal): -5525356 or 9744555. OLE color: 9744555.

HSL color Cylindrical-coordinate representation of color #ABB094: hue angle of 70.71º degrees, saturation: 0.15, 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 #ABB094 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB171176148-
CMYK0.0300.160.31
HSL70.71º15.05%63.53%-
HSV(B)70.71º15.91%69.02%-
XYZ37.6741.8534.11-
YUV171.31114.84127.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=34.55%
G=35.56%
B=29.90%

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
Decimal1711761480.0300.160.3170.7115.0563.53
HexABB09430101F47f40
Octal25326022430203710717100
Binary1010101110110000100101001101000011111100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB094; }

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

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

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

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

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

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

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

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