Shades of Sulu #B7D884
Tints of Sulu #B7D884
RGB
CMYK
RGB Variations
Color information
#B7D884 (or 0xB7D884) is known color: Sulu. HEX triplet: B7, D8 and 84. RGB value is (183,216,132). Sum of RGB (Red+Green+Blue) = 183+216+132=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D884 is #48277B. Grayscale: #C4C4C4. Windows color (decimal): -4728700 or 8706231. OLE color: 8706231.
HSL color Cylindrical-coordinate representation of color #B7D884: hue angle of 83.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7D884 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 132 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.15 |
| HSL | 83.57º | 0.52% | 0.68% | - |
| HSV(B) | 83.57º | 0.39% | 0.85% | - |
| XYZ | 48.25 | 60.84 | 31.03 | - |
| YUV | 196.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 132 | 0.15 | 0 | 0.39 | 0.15 | 83.57 | 0.52 | 0.68 |
| Hex | B7 | D8 | 84 | F | 0 | 27 | F | 54 | 34 | 44 |
| Octal | 267 | 330 | 204 | 17 | 0 | 47 | 17 | 124 | 64 | 104 |
| Binary | 10110111 | 11011000 | 10000100 | 1111 | 0 | 100111 | 1111 | 1010100 | 110100 | 1000100 |
Color Harmonies of #B7D884
Complementary color
Monochromatic Colors of #B7D884
Black with #B7D884
Text Example
Text Example
White with #B7D884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D884; }
p { color: rgb(183,216,132); }
H1.HeaderClassName
{
color: #B7D884;
}
.AnyTagClassName
{
color: #B7D884;
}
</style>
background-color css
<style>
a { background-color: #B7D884; }
a { background-color: rgb(183,216,132); }
div.DivClassName
{
background-color: #B7D884;
}
.BgClassName
{
background-color: #B7D884;
}
</style>
border-color css
<style>
span { border-color: #B7D884; }
span { border-color: rgb(183,216,132); }
td.TdClassName
{
border-color: #B7D884;
}
.TagClassName
{
border-color: #B7D884;
}
</style>