Shades of Sulu #BBDC6D
Tints of Sulu #BBDC6D
RGB
CMYK
RGB Variations
Color information
#BBDC6D (or 0xBBDC6D) is known color: Sulu. HEX triplet: BB, DC and 6D. RGB value is (187,220,109). Sum of RGB (Red+Green+Blue) = 187+220+109=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC6D is #442392. Grayscale: #C5C5C5. Windows color (decimal): -4465555 or 7199931. OLE color: 7199931.
HSL color Cylindrical-coordinate representation of color #BBDC6D: hue angle of 77.84º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBDC6D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 109 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.14 |
| HSL | 77.84º | 0.61% | 0.65% | - |
| HSV(B) | 77.84º | 0.5% | 0.86% | - |
| XYZ | 48.85 | 62.86 | 24.03 | - |
| YUV | 197.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 109 | 0.15 | 0 | 0.50 | 0.14 | 77.84 | 0.61 | 0.65 |
| Hex | BB | DC | 6D | F | 0 | 32 | E | 4E | 3D | 41 |
| Octal | 273 | 334 | 155 | 17 | 0 | 62 | 16 | 116 | 75 | 101 |
| Binary | 10111011 | 11011100 | 1101101 | 1111 | 0 | 110010 | 1110 | 1001110 | 111101 | 1000001 |
Color Harmonies of #BBDC6D
Complementary color
Monochromatic Colors of #BBDC6D
Black with #BBDC6D
Text Example
Text Example
White with #BBDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC6D; }
p { color: rgb(187,220,109); }
H1.HeaderClassName
{
color: #BBDC6D;
}
.AnyTagClassName
{
color: #BBDC6D;
}
</style>
background-color css
<style>
a { background-color: #BBDC6D; }
a { background-color: rgb(187,220,109); }
div.DivClassName
{
background-color: #BBDC6D;
}
.BgClassName
{
background-color: #BBDC6D;
}
</style>
border-color css
<style>
span { border-color: #BBDC6D; }
span { border-color: rgb(187,220,109); }
td.TdClassName
{
border-color: #BBDC6D;
}
.TagClassName
{
border-color: #BBDC6D;
}
</style>