Shades of Sulu #BBDD6C
Tints of Sulu #BBDD6C
RGB
CMYK
RGB Variations
Color information
#BBDD6C (or 0xBBDD6C) is known color: Sulu. HEX triplet: BB, DD and 6C. RGB value is (187,221,108). Sum of RGB (Red+Green+Blue) = 187+221+108=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD6C is #442293. Grayscale: #C6C6C6. Windows color (decimal): -4465300 or 7134651. OLE color: 7134651.
HSL color Cylindrical-coordinate representation of color #BBDD6C: hue angle of 78.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBDD6C is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 108 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.13 |
| HSL | 78.05º | 0.62% | 0.65% | - |
| HSV(B) | 78.05º | 0.51% | 0.87% | - |
| XYZ | 49.06 | 63.36 | 23.83 | - |
| YUV | 197.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 108 | 0.15 | 0 | 0.51 | 0.13 | 78.05 | 0.62 | 0.65 |
| Hex | BB | DD | 6C | F | 0 | 33 | D | 4E | 3E | 41 |
| Octal | 273 | 335 | 154 | 17 | 0 | 63 | 15 | 116 | 76 | 101 |
| Binary | 10111011 | 11011101 | 1101100 | 1111 | 0 | 110011 | 1101 | 1001110 | 111110 | 1000001 |
Color Harmonies of #BBDD6C
Complementary color
Monochromatic Colors of #BBDD6C
Black with #BBDD6C
Text Example
Text Example
White with #BBDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD6C; }
p { color: rgb(187,221,108); }
H1.HeaderClassName
{
color: #BBDD6C;
}
.AnyTagClassName
{
color: #BBDD6C;
}
</style>
background-color css
<style>
a { background-color: #BBDD6C; }
a { background-color: rgb(187,221,108); }
div.DivClassName
{
background-color: #BBDD6C;
}
.BgClassName
{
background-color: #BBDD6C;
}
</style>
border-color css
<style>
span { border-color: #BBDD6C; }
span { border-color: rgb(187,221,108); }
td.TdClassName
{
border-color: #BBDD6C;
}
.TagClassName
{
border-color: #BBDD6C;
}
</style>