Shades of Sulu #B9FA8D
Tints of Sulu #B9FA8D
RGB
CMYK
RGB Variations
Color information
#B9FA8D (or 0xB9FA8D) is known color: Sulu. HEX triplet: B9, FA and 8D. RGB value is (185,250,141). Sum of RGB (Red+Green+Blue) = 185+250+141=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FA8D is #460572. Grayscale: #DADADA. Windows color (decimal): -4588915 or 9304761. OLE color: 9304761.
HSL color Cylindrical-coordinate representation of color #B9FA8D: hue angle of 95.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9FA8D is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 141 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.02 |
| HSL | 95.78º | 0.92% | 0.77% | - |
| HSV(B) | 95.78º | 0.44% | 0.98% | - |
| XYZ | 59 | 80.61 | 37.65 | - |
| YUV | 218.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 141 | 0.26 | 0 | 0.44 | 0.02 | 95.78 | 0.92 | 0.77 |
| Hex | B9 | FA | 8D | 1A | 0 | 2C | 2 | 60 | 5C | 4D |
| Octal | 271 | 372 | 215 | 32 | 0 | 54 | 2 | 140 | 134 | 115 |
| Binary | 10111001 | 11111010 | 10001101 | 11010 | 0 | 101100 | 10 | 1100000 | 1011100 | 1001101 |
Color Harmonies of #B9FA8D
Complementary color
Monochromatic Colors of #B9FA8D
Black with #B9FA8D
Text Example
Text Example
White with #B9FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA8D; }
p { color: rgb(185,250,141); }
H1.HeaderClassName
{
color: #B9FA8D;
}
.AnyTagClassName
{
color: #B9FA8D;
}
</style>
background-color css
<style>
a { background-color: #B9FA8D; }
a { background-color: rgb(185,250,141); }
div.DivClassName
{
background-color: #B9FA8D;
}
.BgClassName
{
background-color: #B9FA8D;
}
</style>
border-color css
<style>
span { border-color: #B9FA8D; }
span { border-color: rgb(185,250,141); }
td.TdClassName
{
border-color: #B9FA8D;
}
.TagClassName
{
border-color: #B9FA8D;
}
</style>