Shades of Sulu #B9FA6D
Tints of Sulu #B9FA6D
RGB
CMYK
RGB Variations
Color information
#B9FA6D (or 0xB9FA6D) is known color: Sulu. HEX triplet: B9, FA and 6D. RGB value is (185,250,109). Sum of RGB (Red+Green+Blue) = 185+250+109=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA6D is #460592. Grayscale: #D6D6D6. Windows color (decimal): -4588947 or 7207609. OLE color: 7207609.
HSL color Cylindrical-coordinate representation of color #B9FA6D: hue angle of 87.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9FA6D is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 109 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.02 |
| HSL | 87.66º | 0.93% | 0.7% | - |
| HSV(B) | 87.66º | 0.56% | 0.98% | - |
| XYZ | 56.95 | 79.79 | 26.87 | - |
| YUV | 214.49 | 68.47 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 109 | 0.26 | 0 | 0.56 | 0.02 | 87.66 | 0.93 | 0.7 |
| Hex | B9 | FA | 6D | 1A | 0 | 38 | 2 | 58 | 5D | 46 |
| Octal | 271 | 372 | 155 | 32 | 0 | 70 | 2 | 130 | 135 | 106 |
| Binary | 10111001 | 11111010 | 1101101 | 11010 | 0 | 111000 | 10 | 1011000 | 1011101 | 1000110 |
Color Harmonies of #B9FA6D
Complementary color
Monochromatic Colors of #B9FA6D
Black with #B9FA6D
Text Example
Text Example
White with #B9FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA6D; }
p { color: rgb(185,250,109); }
H1.HeaderClassName
{
color: #B9FA6D;
}
.AnyTagClassName
{
color: #B9FA6D;
}
</style>
background-color css
<style>
a { background-color: #B9FA6D; }
a { background-color: rgb(185,250,109); }
div.DivClassName
{
background-color: #B9FA6D;
}
.BgClassName
{
background-color: #B9FA6D;
}
</style>
border-color css
<style>
span { border-color: #B9FA6D; }
span { border-color: rgb(185,250,109); }
td.TdClassName
{
border-color: #B9FA6D;
}
.TagClassName
{
border-color: #B9FA6D;
}
</style>