Shades of Sulu #B6D880
Tints of Sulu #B6D880
RGB
CMYK
RGB Variations
Color information
#B6D880 (or 0xB6D880) is known color: Sulu. HEX triplet: B6, D8 and 80. RGB value is (182,216,128). Sum of RGB (Red+Green+Blue) = 182+216+128=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D880 is #49277F. Grayscale: #C4C4C4. Windows color (decimal): -4794240 or 8444086. OLE color: 8444086.
HSL color Cylindrical-coordinate representation of color #B6D880: hue angle of 83.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6D880 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 128 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.15 |
| HSL | 83.18º | 0.53% | 0.67% | - |
| HSV(B) | 83.18º | 0.41% | 0.85% | - |
| XYZ | 47.74 | 60.62 | 29.61 | - |
| YUV | 195.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 128 | 0.16 | 0 | 0.41 | 0.15 | 83.18 | 0.53 | 0.67 |
| Hex | B6 | D8 | 80 | 10 | 0 | 29 | F | 53 | 35 | 43 |
| Octal | 266 | 330 | 200 | 20 | 0 | 51 | 17 | 123 | 65 | 103 |
| Binary | 10110110 | 11011000 | 10000000 | 10000 | 0 | 101001 | 1111 | 1010011 | 110101 | 1000011 |
Color Harmonies of #B6D880
Complementary color
Monochromatic Colors of #B6D880
Black with #B6D880
Text Example
Text Example
White with #B6D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D880; }
p { color: rgb(182,216,128); }
H1.HeaderClassName
{
color: #B6D880;
}
.AnyTagClassName
{
color: #B6D880;
}
</style>
background-color css
<style>
a { background-color: #B6D880; }
a { background-color: rgb(182,216,128); }
div.DivClassName
{
background-color: #B6D880;
}
.BgClassName
{
background-color: #B6D880;
}
</style>
border-color css
<style>
span { border-color: #B6D880; }
span { border-color: rgb(182,216,128); }
td.TdClassName
{
border-color: #B6D880;
}
.TagClassName
{
border-color: #B6D880;
}
</style>