Shades of Sulu #BBE18A
Tints of Sulu #BBE18A
RGB
CMYK
RGB Variations
Color information
#BBE18A (or 0xBBE18A) is known color: Sulu. HEX triplet: BB, E1 and 8A. RGB value is (187,225,138). Sum of RGB (Red+Green+Blue) = 187+225+138=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE18A is #441E75. Grayscale: #CCCCCC. Windows color (decimal): -4464246 or 9101755. OLE color: 9101755.
HSL color Cylindrical-coordinate representation of color #BBE18A: hue angle of 86.21º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBE18A is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 138 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.12 |
| HSL | 86.21º | 0.59% | 0.71% | - |
| HSV(B) | 86.21º | 0.39% | 0.88% | - |
| XYZ | 52.01 | 66.25 | 34.09 | - |
| YUV | 203.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 138 | 0.17 | 0 | 0.39 | 0.12 | 86.21 | 0.59 | 0.71 |
| Hex | BB | E1 | 8A | 11 | 0 | 27 | C | 56 | 3B | 47 |
| Octal | 273 | 341 | 212 | 21 | 0 | 47 | 14 | 126 | 73 | 107 |
| Binary | 10111011 | 11100001 | 10001010 | 10001 | 0 | 100111 | 1100 | 1010110 | 111011 | 1000111 |
Color Harmonies of #BBE18A
Complementary color
Monochromatic Colors of #BBE18A
Black with #BBE18A
Text Example
Text Example
White with #BBE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE18A; }
p { color: rgb(187,225,138); }
H1.HeaderClassName
{
color: #BBE18A;
}
.AnyTagClassName
{
color: #BBE18A;
}
</style>
background-color css
<style>
a { background-color: #BBE18A; }
a { background-color: rgb(187,225,138); }
div.DivClassName
{
background-color: #BBE18A;
}
.BgClassName
{
background-color: #BBE18A;
}
</style>
border-color css
<style>
span { border-color: #BBE18A; }
span { border-color: rgb(187,225,138); }
td.TdClassName
{
border-color: #BBE18A;
}
.TagClassName
{
border-color: #BBE18A;
}
</style>