Shades of Sulu #BBDD7A
Tints of Sulu #BBDD7A
RGB
CMYK
RGB Variations
Color information
#BBDD7A (or 0xBBDD7A) is known color: Sulu. HEX triplet: BB, DD and 7A. RGB value is (187,221,122). Sum of RGB (Red+Green+Blue) = 187+221+122=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD7A is #442285. Grayscale: #C7C7C7. Windows color (decimal): -4465286 or 8052155. OLE color: 8052155.
HSL color Cylindrical-coordinate representation of color #BBDD7A: hue angle of 80.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBDD7A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 122 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.13 |
| HSL | 80.61º | 0.59% | 0.67% | - |
| HSV(B) | 80.61º | 0.45% | 0.87% | - |
| XYZ | 49.86 | 63.68 | 28.08 | - |
| YUV | 199.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 122 | 0.15 | 0 | 0.45 | 0.13 | 80.61 | 0.59 | 0.67 |
| Hex | BB | DD | 7A | F | 0 | 2D | D | 51 | 3B | 43 |
| Octal | 273 | 335 | 172 | 17 | 0 | 55 | 15 | 121 | 73 | 103 |
| Binary | 10111011 | 11011101 | 1111010 | 1111 | 0 | 101101 | 1101 | 1010001 | 111011 | 1000011 |
Color Harmonies of #BBDD7A
Complementary color
Monochromatic Colors of #BBDD7A
Black with #BBDD7A
Text Example
Text Example
White with #BBDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD7A; }
p { color: rgb(187,221,122); }
H1.HeaderClassName
{
color: #BBDD7A;
}
.AnyTagClassName
{
color: #BBDD7A;
}
</style>
background-color css
<style>
a { background-color: #BBDD7A; }
a { background-color: rgb(187,221,122); }
div.DivClassName
{
background-color: #BBDD7A;
}
.BgClassName
{
background-color: #BBDD7A;
}
</style>
border-color css
<style>
span { border-color: #BBDD7A; }
span { border-color: rgb(187,221,122); }
td.TdClassName
{
border-color: #BBDD7A;
}
.TagClassName
{
border-color: #BBDD7A;
}
</style>