Shades of Sulu #B9D784
Tints of Sulu #B9D784
RGB
CMYK
RGB Variations
Color information
#B9D784 (or 0xB9D784) is known color: Sulu. HEX triplet: B9, D7 and 84. RGB value is (185,215,132). Sum of RGB (Red+Green+Blue) = 185+215+132=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D784 is #46287B. Grayscale: #C4C4C4. Windows color (decimal): -4597884 or 8705977. OLE color: 8705977.
HSL color Cylindrical-coordinate representation of color #B9D784: hue angle of 81.69º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9D784 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 132 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.16 |
| HSL | 81.69º | 0.51% | 0.68% | - |
| HSV(B) | 81.69º | 0.39% | 0.84% | - |
| XYZ | 48.47 | 60.58 | 30.97 | - |
| YUV | 196.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 132 | 0.14 | 0 | 0.39 | 0.16 | 81.69 | 0.51 | 0.68 |
| Hex | B9 | D7 | 84 | E | 0 | 27 | 10 | 52 | 33 | 44 |
| Octal | 271 | 327 | 204 | 16 | 0 | 47 | 20 | 122 | 63 | 104 |
| Binary | 10111001 | 11010111 | 10000100 | 1110 | 0 | 100111 | 10000 | 1010010 | 110011 | 1000100 |
Color Harmonies of #B9D784
Complementary color
Monochromatic Colors of #B9D784
Black with #B9D784
Text Example
Text Example
White with #B9D784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D784; }
p { color: rgb(185,215,132); }
H1.HeaderClassName
{
color: #B9D784;
}
.AnyTagClassName
{
color: #B9D784;
}
</style>
background-color css
<style>
a { background-color: #B9D784; }
a { background-color: rgb(185,215,132); }
div.DivClassName
{
background-color: #B9D784;
}
.BgClassName
{
background-color: #B9D784;
}
</style>
border-color css
<style>
span { border-color: #B9D784; }
span { border-color: rgb(185,215,132); }
td.TdClassName
{
border-color: #B9D784;
}
.TagClassName
{
border-color: #B9D784;
}
</style>