Shades of Sulu #B9FA8C
Tints of Sulu #B9FA8C
RGB
CMYK
RGB Variations
Color information
#B9FA8C (or 0xB9FA8C) is known color: Sulu. HEX triplet: B9, FA and 8C. RGB value is (185,250,140). Sum of RGB (Red+Green+Blue) = 185+250+140=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA8C is #460573. Grayscale: #DADADA. Windows color (decimal): -4588916 or 9239225. OLE color: 9239225.
HSL color Cylindrical-coordinate representation of color #B9FA8C: hue angle of 95.45º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9FA8C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 140 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.02 |
| HSL | 95.45º | 0.92% | 0.76% | - |
| HSV(B) | 95.45º | 0.44% | 0.98% | - |
| XYZ | 58.93 | 80.58 | 37.26 | - |
| YUV | 218.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 140 | 0.26 | 0 | 0.44 | 0.02 | 95.45 | 0.92 | 0.76 |
| Hex | B9 | FA | 8C | 1A | 0 | 2C | 2 | 5F | 5C | 4C |
| Octal | 271 | 372 | 214 | 32 | 0 | 54 | 2 | 137 | 134 | 114 |
| Binary | 10111001 | 11111010 | 10001100 | 11010 | 0 | 101100 | 10 | 1011111 | 1011100 | 1001100 |
Color Harmonies of #B9FA8C
Complementary color
Monochromatic Colors of #B9FA8C
Black with #B9FA8C
Text Example
Text Example
White with #B9FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA8C; }
p { color: rgb(185,250,140); }
H1.HeaderClassName
{
color: #B9FA8C;
}
.AnyTagClassName
{
color: #B9FA8C;
}
</style>
background-color css
<style>
a { background-color: #B9FA8C; }
a { background-color: rgb(185,250,140); }
div.DivClassName
{
background-color: #B9FA8C;
}
.BgClassName
{
background-color: #B9FA8C;
}
</style>
border-color css
<style>
span { border-color: #B9FA8C; }
span { border-color: rgb(185,250,140); }
td.TdClassName
{
border-color: #B9FA8C;
}
.TagClassName
{
border-color: #B9FA8C;
}
</style>