Shades of Sulu #BBE66A
Tints of Sulu #BBE66A
RGB
CMYK
RGB Variations
Color information
#BBE66A (or 0xBBE66A) is known color: Sulu. HEX triplet: BB, E6 and 6A. RGB value is (187,230,106). Sum of RGB (Red+Green+Blue) = 187+230+106=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE66A is #441995. Grayscale: #CBCBCB. Windows color (decimal): -4462998 or 7005883. OLE color: 7005883.
HSL color Cylindrical-coordinate representation of color #BBE66A: hue angle of 80.81º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBE66A is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 106 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.10 |
| HSL | 80.81º | 0.71% | 0.66% | - |
| HSV(B) | 80.81º | 0.54% | 0.9% | - |
| XYZ | 51.39 | 68.2 | 24.09 | - |
| YUV | 203.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 106 | 0.19 | 0 | 0.54 | 0.10 | 80.81 | 0.71 | 0.66 |
| Hex | BB | E6 | 6A | 13 | 0 | 36 | A | 51 | 47 | 42 |
| Octal | 273 | 346 | 152 | 23 | 0 | 66 | 12 | 121 | 107 | 102 |
| Binary | 10111011 | 11100110 | 1101010 | 10011 | 0 | 110110 | 1010 | 1010001 | 1000111 | 1000010 |
Color Harmonies of #BBE66A
Complementary color
Monochromatic Colors of #BBE66A
Black with #BBE66A
Text Example
Text Example
White with #BBE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE66A; }
p { color: rgb(187,230,106); }
H1.HeaderClassName
{
color: #BBE66A;
}
.AnyTagClassName
{
color: #BBE66A;
}
</style>
background-color css
<style>
a { background-color: #BBE66A; }
a { background-color: rgb(187,230,106); }
div.DivClassName
{
background-color: #BBE66A;
}
.BgClassName
{
background-color: #BBE66A;
}
</style>
border-color css
<style>
span { border-color: #BBE66A; }
span { border-color: rgb(187,230,106); }
td.TdClassName
{
border-color: #BBE66A;
}
.TagClassName
{
border-color: #BBE66A;
}
</style>