Shades of Fringy Flower #B9FFB9
Tints of Fringy Flower #B9FFB9
RGB
CMYK
RGB Variations
Color information
#B9FFB9 (or 0xB9FFB9) is known color: Fringy Flower. HEX triplet: B9, FF and B9. RGB value is (185,255,185). Sum of RGB (Red+Green+Blue) = 185+255+185=625 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.6% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFB9 is #460046. Grayscale: #E2E2E2. Windows color (decimal): -4587591 or 12189625. OLE color: 12189625.
HSL color Cylindrical-coordinate representation of color #B9FFB9: hue angle of 120º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFB9 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 185 | - |
| CMYK | 0.27 | 0 | 0.27 | 0 |
| HSL | 120º | 1% | 0.86% | - |
| HSV(B) | 120º | 0.27% | 1% | - |
| XYZ | 64.52 | 85.34 | 58.97 | - |
| YUV | 226.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 185 | 0.27 | 0 | 0.27 | 0 | 120 | 1 | 0.86 |
| Hex | B9 | FF | B9 | 1B | 0 | 1B | 0 | 78 | 64 | 56 |
| Octal | 271 | 377 | 271 | 33 | 0 | 33 | 0 | 170 | 144 | 126 |
| Binary | 10111001 | 11111111 | 10111001 | 11011 | 0 | 11011 | 0 | 1111000 | 1100100 | 1010110 |
Color Harmonies of #B9FFB9
Complementary color
Monochromatic Colors of #B9FFB9
Black with #B9FFB9
Text Example
Text Example
White with #B9FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFB9; }
p { color: rgb(185,255,185); }
H1.HeaderClassName
{
color: #B9FFB9;
}
.AnyTagClassName
{
color: #B9FFB9;
}
</style>
background-color css
<style>
a { background-color: #B9FFB9; }
a { background-color: rgb(185,255,185); }
div.DivClassName
{
background-color: #B9FFB9;
}
.BgClassName
{
background-color: #B9FFB9;
}
</style>
border-color css
<style>
span { border-color: #B9FFB9; }
span { border-color: rgb(185,255,185); }
td.TdClassName
{
border-color: #B9FFB9;
}
.TagClassName
{
border-color: #B9FFB9;
}
</style>