Shades of Sulu #B7D885
Tints of Sulu #B7D885
RGB
CMYK
RGB Variations
Color information
#B7D885 (or 0xB7D885) is known color: Sulu. HEX triplet: B7, D8 and 85. RGB value is (183,216,133). Sum of RGB (Red+Green+Blue) = 183+216+133=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D885 is #48277A. Grayscale: #C4C4C4. Windows color (decimal): -4728699 or 8771767. OLE color: 8771767.
HSL color Cylindrical-coordinate representation of color #B7D885: hue angle of 83.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7D885 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 133 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.15 |
| HSL | 83.86º | 0.52% | 0.68% | - |
| HSV(B) | 83.86º | 0.38% | 0.85% | - |
| XYZ | 48.32 | 60.87 | 31.39 | - |
| YUV | 196.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 133 | 0.15 | 0 | 0.38 | 0.15 | 83.86 | 0.52 | 0.68 |
| Hex | B7 | D8 | 85 | F | 0 | 26 | F | 54 | 34 | 44 |
| Octal | 267 | 330 | 205 | 17 | 0 | 46 | 17 | 124 | 64 | 104 |
| Binary | 10110111 | 11011000 | 10000101 | 1111 | 0 | 100110 | 1111 | 1010100 | 110100 | 1000100 |
Color Harmonies of #B7D885
Complementary color
Monochromatic Colors of #B7D885
Black with #B7D885
Text Example
Text Example
White with #B7D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D885; }
p { color: rgb(183,216,133); }
H1.HeaderClassName
{
color: #B7D885;
}
.AnyTagClassName
{
color: #B7D885;
}
</style>
background-color css
<style>
a { background-color: #B7D885; }
a { background-color: rgb(183,216,133); }
div.DivClassName
{
background-color: #B7D885;
}
.BgClassName
{
background-color: #B7D885;
}
</style>
border-color css
<style>
span { border-color: #B7D885; }
span { border-color: rgb(183,216,133); }
td.TdClassName
{
border-color: #B7D885;
}
.TagClassName
{
border-color: #B7D885;
}
</style>