Shades of Fringy Flower #B9EAB9
Tints of Fringy Flower #B9EAB9
RGB
CMYK
RGB Variations
Color information
#B9EAB9 (or 0xB9EAB9) is known color: Fringy Flower. HEX triplet: B9, EA and B9. RGB value is (185,234,185). Sum of RGB (Red+Green+Blue) = 185+234+185=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAB9 is #461546. Grayscale: #D5D5D5. Windows color (decimal): -4592967 or 12184249. OLE color: 12184249.
HSL color Cylindrical-coordinate representation of color #B9EAB9: hue angle of 120º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAB9 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 185 | 234 | 185 | - |
CMYK | 0.21 | 0 | 0.21 | 0.08 |
HSL | 120º | 0.54% | 0.82% | - |
HSV(B) | 120º | 0.21% | 0.92% | - |
XYZ | 58.19 | 72.66 | 56.86 | - |
YUV | 213.76 | 111.77 | 107.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 234 | 185 | 0.21 | 0 | 0.21 | 0.08 | 120 | 0.54 | 0.82 |
Hex | B9 | EA | B9 | 15 | 0 | 15 | 8 | 78 | 36 | 52 |
Octal | 271 | 352 | 271 | 25 | 0 | 25 | 10 | 170 | 66 | 122 |
Binary | 10111001 | 11101010 | 10111001 | 10101 | 0 | 10101 | 1000 | 1111000 | 110110 | 1010010 |
Color Harmonies of #B9EAB9
Complementary color
Monochromatic Colors of #B9EAB9
Black with #B9EAB9
Text Example
Text Example
White with #B9EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EAB9; }
p { color: rgb(185,234,185); }
H1.HeaderClassName
{
color: #B9EAB9;
}
.AnyTagClassName
{
color: #B9EAB9;
}
</style>
background-color css
<style>
a { background-color: #B9EAB9; }
a { background-color: rgb(185,234,185); }
div.DivClassName
{
background-color: #B9EAB9;
}
.BgClassName
{
background-color: #B9EAB9;
}
</style>
border-color css
<style>
span { border-color: #B9EAB9; }
span { border-color: rgb(185,234,185); }
td.TdClassName
{
border-color: #B9EAB9;
}
.TagClassName
{
border-color: #B9EAB9;
}
</style>