Shades of Sulu #BBDA76
Tints of Sulu #BBDA76
RGB
CMYK
RGB Variations
Color information
#BBDA76 (or 0xBBDA76) is known color: Sulu. HEX triplet: BB, DA and 76. RGB value is (187,218,118). Sum of RGB (Red+Green+Blue) = 187+218+118=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA76 is #442589. Grayscale: #C5C5C5. Windows color (decimal): -4466058 or 7789243. OLE color: 7789243.
HSL color Cylindrical-coordinate representation of color #BBDA76: hue angle of 78.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBDA76 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 118 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.15 |
| HSL | 78.6º | 0.57% | 0.66% | - |
| HSV(B) | 78.6º | 0.46% | 0.85% | - |
| XYZ | 48.83 | 62.02 | 26.54 | - |
| YUV | 197.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 118 | 0.14 | 0 | 0.46 | 0.15 | 78.6 | 0.57 | 0.66 |
| Hex | BB | DA | 76 | E | 0 | 2E | F | 4F | 39 | 42 |
| Octal | 273 | 332 | 166 | 16 | 0 | 56 | 17 | 117 | 71 | 102 |
| Binary | 10111011 | 11011010 | 1110110 | 1110 | 0 | 101110 | 1111 | 1001111 | 111001 | 1000010 |
Color Harmonies of #BBDA76
Complementary color
Monochromatic Colors of #BBDA76
Black with #BBDA76
Text Example
Text Example
White with #BBDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA76; }
p { color: rgb(187,218,118); }
H1.HeaderClassName
{
color: #BBDA76;
}
.AnyTagClassName
{
color: #BBDA76;
}
</style>
background-color css
<style>
a { background-color: #BBDA76; }
a { background-color: rgb(187,218,118); }
div.DivClassName
{
background-color: #BBDA76;
}
.BgClassName
{
background-color: #BBDA76;
}
</style>
border-color css
<style>
span { border-color: #BBDA76; }
span { border-color: rgb(187,218,118); }
td.TdClassName
{
border-color: #BBDA76;
}
.TagClassName
{
border-color: #BBDA76;
}
</style>