Shades of Sulu #BBE68D
Tints of Sulu #BBE68D
RGB
CMYK
RGB Variations
Color information
#BBE68D (or 0xBBE68D) is known color: Sulu. HEX triplet: BB, E6 and 8D. RGB value is (187,230,141). Sum of RGB (Red+Green+Blue) = 187+230+141=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE68D is #441972. Grayscale: #CFCFCF. Windows color (decimal): -4462963 or 9299643. OLE color: 9299643.
HSL color Cylindrical-coordinate representation of color #BBE68D: hue angle of 88.99º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBE68D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 141 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.10 |
| HSL | 88.99º | 0.64% | 0.73% | - |
| HSV(B) | 88.99º | 0.39% | 0.9% | - |
| XYZ | 53.6 | 69.08 | 35.71 | - |
| YUV | 207 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 141 | 0.19 | 0 | 0.39 | 0.10 | 88.99 | 0.64 | 0.73 |
| Hex | BB | E6 | 8D | 13 | 0 | 27 | A | 59 | 40 | 49 |
| Octal | 273 | 346 | 215 | 23 | 0 | 47 | 12 | 131 | 100 | 111 |
| Binary | 10111011 | 11100110 | 10001101 | 10011 | 0 | 100111 | 1010 | 1011001 | 1000000 | 1001001 |
Color Harmonies of #BBE68D
Complementary color
Monochromatic Colors of #BBE68D
Black with #BBE68D
Text Example
Text Example
White with #BBE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE68D; }
p { color: rgb(187,230,141); }
H1.HeaderClassName
{
color: #BBE68D;
}
.AnyTagClassName
{
color: #BBE68D;
}
</style>
background-color css
<style>
a { background-color: #BBE68D; }
a { background-color: rgb(187,230,141); }
div.DivClassName
{
background-color: #BBE68D;
}
.BgClassName
{
background-color: #BBE68D;
}
</style>
border-color css
<style>
span { border-color: #BBE68D; }
span { border-color: rgb(187,230,141); }
td.TdClassName
{
border-color: #BBE68D;
}
.TagClassName
{
border-color: #BBE68D;
}
</style>