Shades of Sulu #BBD778
Tints of Sulu #BBD778
RGB
CMYK
RGB Variations
Color information
#BBD778 (or 0xBBD778) is known color: Sulu. HEX triplet: BB, D7 and 78. RGB value is (187,215,120). Sum of RGB (Red+Green+Blue) = 187+215+120=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD778 is #442887. Grayscale: #C4C4C4. Windows color (decimal): -4466824 or 7919547. OLE color: 7919547.
HSL color Cylindrical-coordinate representation of color #BBD778: hue angle of 77.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBD778 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 120 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.16 |
| HSL | 77.68º | 0.54% | 0.66% | - |
| HSV(B) | 77.68º | 0.44% | 0.84% | - |
| XYZ | 48.18 | 60.52 | 26.91 | - |
| YUV | 195.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 120 | 0.13 | 0 | 0.44 | 0.16 | 77.68 | 0.54 | 0.66 |
| Hex | BB | D7 | 78 | D | 0 | 2C | 10 | 4E | 36 | 42 |
| Octal | 273 | 327 | 170 | 15 | 0 | 54 | 20 | 116 | 66 | 102 |
| Binary | 10111011 | 11010111 | 1111000 | 1101 | 0 | 101100 | 10000 | 1001110 | 110110 | 1000010 |
Color Harmonies of #BBD778
Complementary color
Monochromatic Colors of #BBD778
Black with #BBD778
Text Example
Text Example
White with #BBD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD778; }
p { color: rgb(187,215,120); }
H1.HeaderClassName
{
color: #BBD778;
}
.AnyTagClassName
{
color: #BBD778;
}
</style>
background-color css
<style>
a { background-color: #BBD778; }
a { background-color: rgb(187,215,120); }
div.DivClassName
{
background-color: #BBD778;
}
.BgClassName
{
background-color: #BBD778;
}
</style>
border-color css
<style>
span { border-color: #BBD778; }
span { border-color: rgb(187,215,120); }
td.TdClassName
{
border-color: #BBD778;
}
.TagClassName
{
border-color: #BBD778;
}
</style>