#ABFBB9

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

Shades of Fringy Flower #ABFBB9

Tints of Fringy Flower #ABFBB9

Color information

#ABFBB9 (or 0xABFBB9) is unknown color: approx Fringy Flower. HEX triplet: AB, FB and B9. RGB value is (171,251,185). Sum of RGB (Red+Green+Blue) = 171+251+185=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBB9 is #540446. Grayscale: #DBDBDB. Windows color (decimal): -5506119 or 12188587. OLE color: 12188587.

HSL color Cylindrical-coordinate representation of color #ABFBB9: hue angle of 130.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBB9 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB171251185-
CMYK0.3200.260.02
HSL130.5º90.91%82.75%-
HSV(B)130.5º31.87%98.43%-
XYZ60.0581.1658.4-
YUV219.56108.593.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 185 (72.66% from 255) = 30.48%
R=28.17%
G=41.35%
B=30.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712511850.3200.260.02130.590.9182.75
HexABFBB92001A2825b53
Octal253373271400322202133123
Binary101010111111101110111001100000011010101000001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBB9; }

 p { color: rgb(171,251,185); }

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

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

 a { background-color: rgb(171,251,185); }

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

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

 span { border-color: rgb(171,251,185); }

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