Shades of Sulu #B9E36B
Tints of Sulu #B9E36B
RGB
CMYK
RGB Variations
Color information
#B9E36B (or 0xB9E36B) is known color: Sulu. HEX triplet: B9, E3 and 6B. RGB value is (185,227,107). Sum of RGB (Red+Green+Blue) = 185+227+107=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E36B is #461C94. Grayscale: #C9C9C9. Windows color (decimal): -4594837 or 7070649. OLE color: 7070649.
HSL color Cylindrical-coordinate representation of color #B9E36B: hue angle of 81º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9E36B is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 107 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.11 |
| HSL | 81º | 0.68% | 0.65% | - |
| HSV(B) | 81º | 0.53% | 0.89% | - |
| XYZ | 50.13 | 66.31 | 24.07 | - |
| YUV | 200.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 107 | 0.19 | 0 | 0.53 | 0.11 | 81 | 0.68 | 0.65 |
| Hex | B9 | E3 | 6B | 13 | 0 | 35 | B | 51 | 44 | 41 |
| Octal | 271 | 343 | 153 | 23 | 0 | 65 | 13 | 121 | 104 | 101 |
| Binary | 10111001 | 11100011 | 1101011 | 10011 | 0 | 110101 | 1011 | 1010001 | 1000100 | 1000001 |
Color Harmonies of #B9E36B
Complementary color
Monochromatic Colors of #B9E36B
Black with #B9E36B
Text Example
Text Example
White with #B9E36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E36B; }
p { color: rgb(185,227,107); }
H1.HeaderClassName
{
color: #B9E36B;
}
.AnyTagClassName
{
color: #B9E36B;
}
</style>
background-color css
<style>
a { background-color: #B9E36B; }
a { background-color: rgb(185,227,107); }
div.DivClassName
{
background-color: #B9E36B;
}
.BgClassName
{
background-color: #B9E36B;
}
</style>
border-color css
<style>
span { border-color: #B9E36B; }
span { border-color: rgb(185,227,107); }
td.TdClassName
{
border-color: #B9E36B;
}
.TagClassName
{
border-color: #B9E36B;
}
</style>