Shades of Sulu #B8D883
Tints of Sulu #B8D883
RGB
CMYK
RGB Variations
Color information
#B8D883 (or 0xB8D883) is known color: Sulu. HEX triplet: B8, D8 and 83. RGB value is (184,216,131). Sum of RGB (Red+Green+Blue) = 184+216+131=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D883 is #47277C. Grayscale: #C5C5C5. Windows color (decimal): -4663165 or 8640696. OLE color: 8640696.
HSL color Cylindrical-coordinate representation of color #B8D883: hue angle of 82.59º 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 #B8D883 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 131 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.15 |
| HSL | 82.59º | 0.52% | 0.68% | - |
| HSV(B) | 82.59º | 0.39% | 0.85% | - |
| XYZ | 48.42 | 60.94 | 30.68 | - |
| YUV | 196.74 | 90.9 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 131 | 0.15 | 0 | 0.39 | 0.15 | 82.59 | 0.52 | 0.68 |
| Hex | B8 | D8 | 83 | F | 0 | 27 | F | 53 | 34 | 44 |
| Octal | 270 | 330 | 203 | 17 | 0 | 47 | 17 | 123 | 64 | 104 |
| Binary | 10111000 | 11011000 | 10000011 | 1111 | 0 | 100111 | 1111 | 1010011 | 110100 | 1000100 |
Color Harmonies of #B8D883
Complementary color
Monochromatic Colors of #B8D883
Black with #B8D883
Text Example
Text Example
White with #B8D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D883; }
p { color: rgb(184,216,131); }
H1.HeaderClassName
{
color: #B8D883;
}
.AnyTagClassName
{
color: #B8D883;
}
</style>
background-color css
<style>
a { background-color: #B8D883; }
a { background-color: rgb(184,216,131); }
div.DivClassName
{
background-color: #B8D883;
}
.BgClassName
{
background-color: #B8D883;
}
</style>
border-color css
<style>
span { border-color: #B8D883; }
span { border-color: rgb(184,216,131); }
td.TdClassName
{
border-color: #B8D883;
}
.TagClassName
{
border-color: #B8D883;
}
</style>