Shades of Sulu #B7E986
Tints of Sulu #B7E986
RGB
CMYK
RGB Variations
Color information
#B7E986 (or 0xB7E986) is known color: Sulu. HEX triplet: B7, E9 and 86. RGB value is (183,233,134). Sum of RGB (Red+Green+Blue) = 183+233+134=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 134 (52.73% from 255 or 24.36% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #B7E986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7E986 is #481679. Grayscale: #CFCFCF. Windows color (decimal): -4724346 or 8841655. OLE color: 8841655.
HSL color Cylindrical-coordinate representation of color #B7E986: hue angle of 90.3º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7E986 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 233 | 134 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.09 |
| HSL | 90.3º | 0.69% | 0.72% | - |
| HSV(B) | 90.3º | 0.42% | 0.91% | - |
| XYZ | 52.97 | 70.07 | 33.29 | - |
| YUV | 206.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 233 | 134 | 0.21 | 0 | 0.42 | 0.09 | 90.3 | 0.69 | 0.72 |
| Hex | B7 | E9 | 86 | 15 | 0 | 2A | 9 | 5A | 45 | 48 |
| Octal | 267 | 351 | 206 | 25 | 0 | 52 | 11 | 132 | 105 | 110 |
| Binary | 10110111 | 11101001 | 10000110 | 10101 | 0 | 101010 | 1001 | 1011010 | 1000101 | 1001000 |
Color Harmonies of #B7E986
Complementary color
Monochromatic Colors of #B7E986
Black with #B7E986
Text Example
Text Example
White with #B7E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E986; }
p { color: rgb(183,233,134); }
H1.HeaderClassName
{
color: #B7E986;
}
.AnyTagClassName
{
color: #B7E986;
}
</style>
background-color css
<style>
a { background-color: #B7E986; }
a { background-color: rgb(183,233,134); }
div.DivClassName
{
background-color: #B7E986;
}
.BgClassName
{
background-color: #B7E986;
}
</style>
border-color css
<style>
span { border-color: #B7E986; }
span { border-color: rgb(183,233,134); }
td.TdClassName
{
border-color: #B7E986;
}
.TagClassName
{
border-color: #B7E986;
}
</style>