Shades of Sulu #BBDB78
Tints of Sulu #BBDB78
RGB
CMYK
RGB Variations
Color information
#BBDB78 (or 0xBBDB78) is known color: Sulu. HEX triplet: BB, DB and 78. RGB value is (187,219,120). Sum of RGB (Red+Green+Blue) = 187+219+120=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB78 is #442487. Grayscale: #C6C6C6. Windows color (decimal): -4465800 or 7920571. OLE color: 7920571.
HSL color Cylindrical-coordinate representation of color #BBDB78: hue angle of 79.39º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBDB78 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 120 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.14 |
| HSL | 79.39º | 0.58% | 0.66% | - |
| HSV(B) | 79.39º | 0.45% | 0.86% | - |
| XYZ | 49.22 | 62.58 | 27.26 | - |
| YUV | 198.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 120 | 0.15 | 0 | 0.45 | 0.14 | 79.39 | 0.58 | 0.66 |
| Hex | BB | DB | 78 | F | 0 | 2D | E | 4F | 3A | 42 |
| Octal | 273 | 333 | 170 | 17 | 0 | 55 | 16 | 117 | 72 | 102 |
| Binary | 10111011 | 11011011 | 1111000 | 1111 | 0 | 101101 | 1110 | 1001111 | 111010 | 1000010 |
Color Harmonies of #BBDB78
Complementary color
Monochromatic Colors of #BBDB78
Black with #BBDB78
Text Example
Text Example
White with #BBDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB78; }
p { color: rgb(187,219,120); }
H1.HeaderClassName
{
color: #BBDB78;
}
.AnyTagClassName
{
color: #BBDB78;
}
</style>
background-color css
<style>
a { background-color: #BBDB78; }
a { background-color: rgb(187,219,120); }
div.DivClassName
{
background-color: #BBDB78;
}
.BgClassName
{
background-color: #BBDB78;
}
</style>
border-color css
<style>
span { border-color: #BBDB78; }
span { border-color: rgb(187,219,120); }
td.TdClassName
{
border-color: #BBDB78;
}
.TagClassName
{
border-color: #BBDB78;
}
</style>