Shades of Sulu #BBDB79
Tints of Sulu #BBDB79
RGB
CMYK
RGB Variations
Color information
#BBDB79 (or 0xBBDB79) is known color: Sulu. HEX triplet: BB, DB and 79. RGB value is (187,219,121). Sum of RGB (Red+Green+Blue) = 187+219+121=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB79 is #442486. Grayscale: #C6C6C6. Windows color (decimal): -4465799 or 7986107. OLE color: 7986107.
HSL color Cylindrical-coordinate representation of color #BBDB79: hue angle of 79.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBDB79 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 121 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.14 |
| HSL | 79.59º | 0.58% | 0.67% | - |
| HSV(B) | 79.59º | 0.45% | 0.86% | - |
| XYZ | 49.28 | 62.61 | 27.58 | - |
| YUV | 198.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 121 | 0.15 | 0 | 0.45 | 0.14 | 79.59 | 0.58 | 0.67 |
| Hex | BB | DB | 79 | F | 0 | 2D | E | 50 | 3A | 43 |
| Octal | 273 | 333 | 171 | 17 | 0 | 55 | 16 | 120 | 72 | 103 |
| Binary | 10111011 | 11011011 | 1111001 | 1111 | 0 | 101101 | 1110 | 1010000 | 111010 | 1000011 |
Color Harmonies of #BBDB79
Complementary color
Monochromatic Colors of #BBDB79
Black with #BBDB79
Text Example
Text Example
White with #BBDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB79; }
p { color: rgb(187,219,121); }
H1.HeaderClassName
{
color: #BBDB79;
}
.AnyTagClassName
{
color: #BBDB79;
}
</style>
background-color css
<style>
a { background-color: #BBDB79; }
a { background-color: rgb(187,219,121); }
div.DivClassName
{
background-color: #BBDB79;
}
.BgClassName
{
background-color: #BBDB79;
}
</style>
border-color css
<style>
span { border-color: #BBDB79; }
span { border-color: rgb(187,219,121); }
td.TdClassName
{
border-color: #BBDB79;
}
.TagClassName
{
border-color: #BBDB79;
}
</style>