Shades of Sulu #B9E36D
Tints of Sulu #B9E36D
RGB
CMYK
RGB Variations
Color information
#B9E36D (or 0xB9E36D) is known color: Sulu. HEX triplet: B9, E3 and 6D. RGB value is (185,227,109). Sum of RGB (Red+Green+Blue) = 185+227+109=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E36D is #461C92. Grayscale: #C9C9C9. Windows color (decimal): -4594835 or 7201721. OLE color: 7201721.
HSL color Cylindrical-coordinate representation of color #B9E36D: hue angle of 81.36º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9E36D is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 109 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.11 |
| HSL | 81.36º | 0.68% | 0.66% | - |
| HSV(B) | 81.36º | 0.52% | 0.89% | - |
| XYZ | 50.24 | 66.36 | 24.63 | - |
| YUV | 200.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 109 | 0.19 | 0 | 0.52 | 0.11 | 81.36 | 0.68 | 0.66 |
| Hex | B9 | E3 | 6D | 13 | 0 | 34 | B | 51 | 44 | 42 |
| Octal | 271 | 343 | 155 | 23 | 0 | 64 | 13 | 121 | 104 | 102 |
| Binary | 10111001 | 11100011 | 1101101 | 10011 | 0 | 110100 | 1011 | 1010001 | 1000100 | 1000010 |
Color Harmonies of #B9E36D
Complementary color
Monochromatic Colors of #B9E36D
Black with #B9E36D
Text Example
Text Example
White with #B9E36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E36D; }
p { color: rgb(185,227,109); }
H1.HeaderClassName
{
color: #B9E36D;
}
.AnyTagClassName
{
color: #B9E36D;
}
</style>
background-color css
<style>
a { background-color: #B9E36D; }
a { background-color: rgb(185,227,109); }
div.DivClassName
{
background-color: #B9E36D;
}
.BgClassName
{
background-color: #B9E36D;
}
</style>
border-color css
<style>
span { border-color: #B9E36D; }
span { border-color: rgb(185,227,109); }
td.TdClassName
{
border-color: #B9E36D;
}
.TagClassName
{
border-color: #B9E36D;
}
</style>