Shades of Sulu #BBD680
Tints of Sulu #BBD680
RGB
CMYK
RGB Variations
Color information
#BBD680 (or 0xBBD680) is known color: Sulu. HEX triplet: BB, D6 and 80. RGB value is (187,214,128). Sum of RGB (Red+Green+Blue) = 187+214+128=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD680 is #44297F. Grayscale: #C4C4C4. Windows color (decimal): -4467072 or 8443579. OLE color: 8443579.
HSL color Cylindrical-coordinate representation of color #BBD680: hue angle of 78.84º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD680 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 128 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.16 |
| HSL | 78.84º | 0.51% | 0.67% | - |
| HSV(B) | 78.84º | 0.4% | 0.84% | - |
| XYZ | 48.44 | 60.22 | 29.49 | - |
| YUV | 196.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 128 | 0.13 | 0 | 0.40 | 0.16 | 78.84 | 0.51 | 0.67 |
| Hex | BB | D6 | 80 | D | 0 | 28 | 10 | 4F | 33 | 43 |
| Octal | 273 | 326 | 200 | 15 | 0 | 50 | 20 | 117 | 63 | 103 |
| Binary | 10111011 | 11010110 | 10000000 | 1101 | 0 | 101000 | 10000 | 1001111 | 110011 | 1000011 |
Color Harmonies of #BBD680
Complementary color
Monochromatic Colors of #BBD680
Black with #BBD680
Text Example
Text Example
White with #BBD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD680; }
p { color: rgb(187,214,128); }
H1.HeaderClassName
{
color: #BBD680;
}
.AnyTagClassName
{
color: #BBD680;
}
</style>
background-color css
<style>
a { background-color: #BBD680; }
a { background-color: rgb(187,214,128); }
div.DivClassName
{
background-color: #BBD680;
}
.BgClassName
{
background-color: #BBD680;
}
</style>
border-color css
<style>
span { border-color: #BBD680; }
span { border-color: rgb(187,214,128); }
td.TdClassName
{
border-color: #BBD680;
}
.TagClassName
{
border-color: #BBD680;
}
</style>