Shades of Sulu #B9FA6E
Tints of Sulu #B9FA6E
RGB
CMYK
RGB Variations
Color information
#B9FA6E (or 0xB9FA6E) is known color: Sulu. HEX triplet: B9, FA and 6E. RGB value is (185,250,110). Sum of RGB (Red+Green+Blue) = 185+250+110=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA6E is #460591. Grayscale: #D7D7D7. Windows color (decimal): -4588946 or 7273145. OLE color: 7273145.
HSL color Cylindrical-coordinate representation of color #B9FA6E: hue angle of 87.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9FA6E is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 110 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.02 |
| HSL | 87.86º | 0.93% | 0.71% | - |
| HSV(B) | 87.86º | 0.56% | 0.98% | - |
| XYZ | 57.01 | 79.81 | 27.15 | - |
| YUV | 214.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 110 | 0.26 | 0 | 0.56 | 0.02 | 87.86 | 0.93 | 0.71 |
| Hex | B9 | FA | 6E | 1A | 0 | 38 | 2 | 58 | 5D | 47 |
| Octal | 271 | 372 | 156 | 32 | 0 | 70 | 2 | 130 | 135 | 107 |
| Binary | 10111001 | 11111010 | 1101110 | 11010 | 0 | 111000 | 10 | 1011000 | 1011101 | 1000111 |
Color Harmonies of #B9FA6E
Complementary color
Monochromatic Colors of #B9FA6E
Black with #B9FA6E
Text Example
Text Example
White with #B9FA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA6E; }
p { color: rgb(185,250,110); }
H1.HeaderClassName
{
color: #B9FA6E;
}
.AnyTagClassName
{
color: #B9FA6E;
}
</style>
background-color css
<style>
a { background-color: #B9FA6E; }
a { background-color: rgb(185,250,110); }
div.DivClassName
{
background-color: #B9FA6E;
}
.BgClassName
{
background-color: #B9FA6E;
}
</style>
border-color css
<style>
span { border-color: #B9FA6E; }
span { border-color: rgb(185,250,110); }
td.TdClassName
{
border-color: #B9FA6E;
}
.TagClassName
{
border-color: #B9FA6E;
}
</style>