#ABDCB4

Color #ABDCB4 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ABDCB4

Tints of Fringy Flower #ABDCB4

Color information

#ABDCB4 (or 0xABDCB4) is unknown color: approx Fringy Flower. HEX triplet: AB, DC and B4. RGB value is (171,220,180). Sum of RGB (Red+Green+Blue) = 171+220+180=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCB4 is #54234B. Grayscale: #C8C8C8. Windows color (decimal): -5514060 or 11852971. OLE color: 11852971.

HSL color Cylindrical-coordinate representation of color #ABDCB4: hue angle of 131.02º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCB4 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB171220180-
CMYK0.2200.180.14
HSL131.02º41.18%76.67%-
HSV(B)131.02º22.27%86.27%-
XYZ50.6363.1452.7-
YUV200.79116.27106.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=29.95%
G=38.53%
B=31.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201800.2200.180.14131.0241.1876.67
HexABDCB416012E83294d
Octal253334264260221620351115
Binary101010111101110010110100101100100101110100000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCB4; }

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

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

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

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

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

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

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

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