Shades of Sulu #BBF98A
Tints of Sulu #BBF98A
RGB
CMYK
RGB Variations
Color information
#BBF98A (or 0xBBF98A) is known color: Sulu. HEX triplet: BB, F9 and 8A. RGB value is (187,249,138). Sum of RGB (Red+Green+Blue) = 187+249+138=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF98A is #440675. Grayscale: #DADADA. Windows color (decimal): -4458102 or 9107899. OLE color: 9107899.
HSL color Cylindrical-coordinate representation of color #BBF98A: hue angle of 93.51º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBF98A is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 138 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.02 |
| HSL | 93.51º | 0.9% | 0.76% | - |
| HSV(B) | 93.51º | 0.45% | 0.98% | - |
| XYZ | 58.96 | 80.15 | 36.41 | - |
| YUV | 217.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 138 | 0.25 | 0 | 0.45 | 0.02 | 93.51 | 0.9 | 0.76 |
| Hex | BB | F9 | 8A | 19 | 0 | 2D | 2 | 5E | 5A | 4C |
| Octal | 273 | 371 | 212 | 31 | 0 | 55 | 2 | 136 | 132 | 114 |
| Binary | 10111011 | 11111001 | 10001010 | 11001 | 0 | 101101 | 10 | 1011110 | 1011010 | 1001100 |
Color Harmonies of #BBF98A
Complementary color
Monochromatic Colors of #BBF98A
Black with #BBF98A
Text Example
Text Example
White with #BBF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF98A; }
p { color: rgb(187,249,138); }
H1.HeaderClassName
{
color: #BBF98A;
}
.AnyTagClassName
{
color: #BBF98A;
}
</style>
background-color css
<style>
a { background-color: #BBF98A; }
a { background-color: rgb(187,249,138); }
div.DivClassName
{
background-color: #BBF98A;
}
.BgClassName
{
background-color: #BBF98A;
}
</style>
border-color css
<style>
span { border-color: #BBF98A; }
span { border-color: rgb(187,249,138); }
td.TdClassName
{
border-color: #BBF98A;
}
.TagClassName
{
border-color: #BBF98A;
}
</style>