Shades of Sulu #BBDD76
Tints of Sulu #BBDD76
RGB
CMYK
RGB Variations
Color information
#BBDD76 (or 0xBBDD76) is known color: Sulu. HEX triplet: BB, DD and 76. RGB value is (187,221,118). Sum of RGB (Red+Green+Blue) = 187+221+118=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD76 is #442289. Grayscale: #C7C7C7. Windows color (decimal): -4465290 or 7790011. OLE color: 7790011.
HSL color Cylindrical-coordinate representation of color #BBDD76: hue angle of 79.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBDD76 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 118 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.13 |
| HSL | 79.81º | 0.6% | 0.66% | - |
| HSV(B) | 79.81º | 0.47% | 0.87% | - |
| XYZ | 49.62 | 63.59 | 26.8 | - |
| YUV | 199.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 118 | 0.15 | 0 | 0.47 | 0.13 | 79.81 | 0.6 | 0.66 |
| Hex | BB | DD | 76 | F | 0 | 2F | D | 50 | 3C | 42 |
| Octal | 273 | 335 | 166 | 17 | 0 | 57 | 15 | 120 | 74 | 102 |
| Binary | 10111011 | 11011101 | 1110110 | 1111 | 0 | 101111 | 1101 | 1010000 | 111100 | 1000010 |
Color Harmonies of #BBDD76
Complementary color
Monochromatic Colors of #BBDD76
Black with #BBDD76
Text Example
Text Example
White with #BBDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD76; }
p { color: rgb(187,221,118); }
H1.HeaderClassName
{
color: #BBDD76;
}
.AnyTagClassName
{
color: #BBDD76;
}
</style>
background-color css
<style>
a { background-color: #BBDD76; }
a { background-color: rgb(187,221,118); }
div.DivClassName
{
background-color: #BBDD76;
}
.BgClassName
{
background-color: #BBDD76;
}
</style>
border-color css
<style>
span { border-color: #BBDD76; }
span { border-color: rgb(187,221,118); }
td.TdClassName
{
border-color: #BBDD76;
}
.TagClassName
{
border-color: #BBDD76;
}
</style>