Shades of Sulu #BBD779
Tints of Sulu #BBD779
RGB
CMYK
RGB Variations
Color information
#BBD779 (or 0xBBD779) is known color: Sulu. HEX triplet: BB, D7 and 79. RGB value is (187,215,121). Sum of RGB (Red+Green+Blue) = 187+215+121=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD779 is #442886. Grayscale: #C4C4C4. Windows color (decimal): -4466823 or 7985083. OLE color: 7985083.
HSL color Cylindrical-coordinate representation of color #BBD779: hue angle of 77.87º 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 #BBD779 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 121 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.16 |
| HSL | 77.87º | 0.54% | 0.66% | - |
| HSV(B) | 77.87º | 0.44% | 0.84% | - |
| XYZ | 48.25 | 60.55 | 27.23 | - |
| YUV | 195.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 121 | 0.13 | 0 | 0.44 | 0.16 | 77.87 | 0.54 | 0.66 |
| Hex | BB | D7 | 79 | D | 0 | 2C | 10 | 4E | 36 | 42 |
| Octal | 273 | 327 | 171 | 15 | 0 | 54 | 20 | 116 | 66 | 102 |
| Binary | 10111011 | 11010111 | 1111001 | 1101 | 0 | 101100 | 10000 | 1001110 | 110110 | 1000010 |
Color Harmonies of #BBD779
Complementary color
Monochromatic Colors of #BBD779
Black with #BBD779
Text Example
Text Example
White with #BBD779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD779; }
p { color: rgb(187,215,121); }
H1.HeaderClassName
{
color: #BBD779;
}
.AnyTagClassName
{
color: #BBD779;
}
</style>
background-color css
<style>
a { background-color: #BBD779; }
a { background-color: rgb(187,215,121); }
div.DivClassName
{
background-color: #BBD779;
}
.BgClassName
{
background-color: #BBD779;
}
</style>
border-color css
<style>
span { border-color: #BBD779; }
span { border-color: rgb(187,215,121); }
td.TdClassName
{
border-color: #BBD779;
}
.TagClassName
{
border-color: #BBD779;
}
</style>