Shades of Sulu #BBE771
Tints of Sulu #BBE771
RGB
CMYK
RGB Variations
Color information
#BBE771 (or 0xBBE771) is known color: Sulu. HEX triplet: BB, E7 and 71. RGB value is (187,231,113). Sum of RGB (Red+Green+Blue) = 187+231+113=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE771 is #44188E. Grayscale: #CCCCCC. Windows color (decimal): -4462735 or 7464891. OLE color: 7464891.
HSL color Cylindrical-coordinate representation of color #BBE771: hue angle of 82.37º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBE771 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 113 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.09 |
| HSL | 82.37º | 0.71% | 0.67% | - |
| HSV(B) | 82.37º | 0.51% | 0.91% | - |
| XYZ | 52.05 | 68.91 | 26.18 | - |
| YUV | 204.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 113 | 0.19 | 0 | 0.51 | 0.09 | 82.37 | 0.71 | 0.67 |
| Hex | BB | E7 | 71 | 13 | 0 | 33 | 9 | 52 | 47 | 43 |
| Octal | 273 | 347 | 161 | 23 | 0 | 63 | 11 | 122 | 107 | 103 |
| Binary | 10111011 | 11100111 | 1110001 | 10011 | 0 | 110011 | 1001 | 1010010 | 1000111 | 1000011 |
Color Harmonies of #BBE771
Complementary color
Monochromatic Colors of #BBE771
Black with #BBE771
Text Example
Text Example
White with #BBE771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE771; }
p { color: rgb(187,231,113); }
H1.HeaderClassName
{
color: #BBE771;
}
.AnyTagClassName
{
color: #BBE771;
}
</style>
background-color css
<style>
a { background-color: #BBE771; }
a { background-color: rgb(187,231,113); }
div.DivClassName
{
background-color: #BBE771;
}
.BgClassName
{
background-color: #BBE771;
}
</style>
border-color css
<style>
span { border-color: #BBE771; }
span { border-color: rgb(187,231,113); }
td.TdClassName
{
border-color: #BBE771;
}
.TagClassName
{
border-color: #BBE771;
}
</style>