Shades of Sulu #B9D782
Tints of Sulu #B9D782
RGB
CMYK
RGB Variations
Color information
#B9D782 (or 0xB9D782) is known color: Sulu. HEX triplet: B9, D7 and 82. RGB value is (185,215,130). Sum of RGB (Red+Green+Blue) = 185+215+130=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D782 is #46287D. Grayscale: #C4C4C4. Windows color (decimal): -4597886 or 8574905. OLE color: 8574905.
HSL color Cylindrical-coordinate representation of color #B9D782: hue angle of 81.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9D782 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 130 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.16 |
| HSL | 81.18º | 0.52% | 0.68% | - |
| HSV(B) | 81.18º | 0.4% | 0.84% | - |
| XYZ | 48.34 | 60.53 | 30.25 | - |
| YUV | 196.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 130 | 0.14 | 0 | 0.40 | 0.16 | 81.18 | 0.52 | 0.68 |
| Hex | B9 | D7 | 82 | E | 0 | 28 | 10 | 51 | 34 | 44 |
| Octal | 271 | 327 | 202 | 16 | 0 | 50 | 20 | 121 | 64 | 104 |
| Binary | 10111001 | 11010111 | 10000010 | 1110 | 0 | 101000 | 10000 | 1010001 | 110100 | 1000100 |
Color Harmonies of #B9D782
Complementary color
Monochromatic Colors of #B9D782
Black with #B9D782
Text Example
Text Example
White with #B9D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D782; }
p { color: rgb(185,215,130); }
H1.HeaderClassName
{
color: #B9D782;
}
.AnyTagClassName
{
color: #B9D782;
}
</style>
background-color css
<style>
a { background-color: #B9D782; }
a { background-color: rgb(185,215,130); }
div.DivClassName
{
background-color: #B9D782;
}
.BgClassName
{
background-color: #B9D782;
}
</style>
border-color css
<style>
span { border-color: #B9D782; }
span { border-color: rgb(185,215,130); }
td.TdClassName
{
border-color: #B9D782;
}
.TagClassName
{
border-color: #B9D782;
}
</style>