Shades of Sulu #BBDF76
Tints of Sulu #BBDF76
RGB
CMYK
RGB Variations
Color information
#BBDF76 (or 0xBBDF76) is known color: Sulu. HEX triplet: BB, DF and 76. RGB value is (187,223,118). Sum of RGB (Red+Green+Blue) = 187+223+118=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF76 is #442089. Grayscale: #C8C8C8. Windows color (decimal): -4464778 or 7790523. OLE color: 7790523.
HSL color Cylindrical-coordinate representation of color #BBDF76: hue angle of 80.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBDF76 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 118 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.13 |
| HSL | 80.57º | 0.62% | 0.67% | - |
| HSV(B) | 80.57º | 0.47% | 0.87% | - |
| XYZ | 50.15 | 64.65 | 26.97 | - |
| YUV | 200.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 118 | 0.16 | 0 | 0.47 | 0.13 | 80.57 | 0.62 | 0.67 |
| Hex | BB | DF | 76 | 10 | 0 | 2F | D | 51 | 3E | 43 |
| Octal | 273 | 337 | 166 | 20 | 0 | 57 | 15 | 121 | 76 | 103 |
| Binary | 10111011 | 11011111 | 1110110 | 10000 | 0 | 101111 | 1101 | 1010001 | 111110 | 1000011 |
Color Harmonies of #BBDF76
Complementary color
Monochromatic Colors of #BBDF76
Black with #BBDF76
Text Example
Text Example
White with #BBDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF76; }
p { color: rgb(187,223,118); }
H1.HeaderClassName
{
color: #BBDF76;
}
.AnyTagClassName
{
color: #BBDF76;
}
</style>
background-color css
<style>
a { background-color: #BBDF76; }
a { background-color: rgb(187,223,118); }
div.DivClassName
{
background-color: #BBDF76;
}
.BgClassName
{
background-color: #BBDF76;
}
</style>
border-color css
<style>
span { border-color: #BBDF76; }
span { border-color: rgb(187,223,118); }
td.TdClassName
{
border-color: #BBDF76;
}
.TagClassName
{
border-color: #BBDF76;
}
</style>