Shades of Sulu #BBDF7B
Tints of Sulu #BBDF7B
RGB
CMYK
RGB Variations
Color information
#BBDF7B (or 0xBBDF7B) is known color: Sulu. HEX triplet: BB, DF and 7B. RGB value is (187,223,123). Sum of RGB (Red+Green+Blue) = 187+223+123=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF7B is #442084. Grayscale: #C9C9C9. Windows color (decimal): -4464773 or 8118203. OLE color: 8118203.
HSL color Cylindrical-coordinate representation of color #BBDF7B: hue angle of 81.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBDF7B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 123 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.13 |
| HSL | 81.6º | 0.61% | 0.68% | - |
| HSV(B) | 81.6º | 0.45% | 0.87% | - |
| XYZ | 50.46 | 64.77 | 28.58 | - |
| YUV | 200.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 123 | 0.16 | 0 | 0.45 | 0.13 | 81.6 | 0.61 | 0.68 |
| Hex | BB | DF | 7B | 10 | 0 | 2D | D | 52 | 3D | 44 |
| Octal | 273 | 337 | 173 | 20 | 0 | 55 | 15 | 122 | 75 | 104 |
| Binary | 10111011 | 11011111 | 1111011 | 10000 | 0 | 101101 | 1101 | 1010010 | 111101 | 1000100 |
Color Harmonies of #BBDF7B
Complementary color
Monochromatic Colors of #BBDF7B
Black with #BBDF7B
Text Example
Text Example
White with #BBDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF7B; }
p { color: rgb(187,223,123); }
H1.HeaderClassName
{
color: #BBDF7B;
}
.AnyTagClassName
{
color: #BBDF7B;
}
</style>
background-color css
<style>
a { background-color: #BBDF7B; }
a { background-color: rgb(187,223,123); }
div.DivClassName
{
background-color: #BBDF7B;
}
.BgClassName
{
background-color: #BBDF7B;
}
</style>
border-color css
<style>
span { border-color: #BBDF7B; }
span { border-color: rgb(187,223,123); }
td.TdClassName
{
border-color: #BBDF7B;
}
.TagClassName
{
border-color: #BBDF7B;
}
</style>