Shades of Sulu #B6DB7B
Tints of Sulu #B6DB7B
RGB
CMYK
RGB Variations
Color information
#B6DB7B (or 0xB6DB7B) is known color: Sulu. HEX triplet: B6, DB and 7B. RGB value is (182,219,123). Sum of RGB (Red+Green+Blue) = 182+219+123=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DB7B is #492484. Grayscale: #C5C5C5. Windows color (decimal): -4793477 or 8117174. OLE color: 8117174.
HSL color Cylindrical-coordinate representation of color #B6DB7B: hue angle of 83.13º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6DB7B is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 123 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.14 |
| HSL | 83.13º | 0.57% | 0.67% | - |
| HSV(B) | 83.13º | 0.44% | 0.86% | - |
| XYZ | 48.2 | 62.04 | 28.17 | - |
| YUV | 196.99 | 86.24 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 123 | 0.17 | 0 | 0.44 | 0.14 | 83.13 | 0.57 | 0.67 |
| Hex | B6 | DB | 7B | 11 | 0 | 2C | E | 53 | 39 | 43 |
| Octal | 266 | 333 | 173 | 21 | 0 | 54 | 16 | 123 | 71 | 103 |
| Binary | 10110110 | 11011011 | 1111011 | 10001 | 0 | 101100 | 1110 | 1010011 | 111001 | 1000011 |
Color Harmonies of #B6DB7B
Complementary color
Monochromatic Colors of #B6DB7B
Black with #B6DB7B
Text Example
Text Example
White with #B6DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB7B; }
p { color: rgb(182,219,123); }
H1.HeaderClassName
{
color: #B6DB7B;
}
.AnyTagClassName
{
color: #B6DB7B;
}
</style>
background-color css
<style>
a { background-color: #B6DB7B; }
a { background-color: rgb(182,219,123); }
div.DivClassName
{
background-color: #B6DB7B;
}
.BgClassName
{
background-color: #B6DB7B;
}
</style>
border-color css
<style>
span { border-color: #B6DB7B; }
span { border-color: rgb(182,219,123); }
td.TdClassName
{
border-color: #B6DB7B;
}
.TagClassName
{
border-color: #B6DB7B;
}
</style>