Shades of Sulu #BBDC6E
Tints of Sulu #BBDC6E
RGB
CMYK
RGB Variations
Color information
#BBDC6E (or 0xBBDC6E) is known color: Sulu. HEX triplet: BB, DC and 6E. RGB value is (187,220,110). Sum of RGB (Red+Green+Blue) = 187+220+110=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC6E is #442391. Grayscale: #C5C5C5. Windows color (decimal): -4465554 or 7265467. OLE color: 7265467.
HSL color Cylindrical-coordinate representation of color #BBDC6E: hue angle of 78º 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 #BBDC6E is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 110 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.14 |
| HSL | 78º | 0.61% | 0.65% | - |
| HSV(B) | 78º | 0.5% | 0.86% | - |
| XYZ | 48.9 | 62.88 | 24.31 | - |
| YUV | 197.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 110 | 0.15 | 0 | 0.50 | 0.14 | 78 | 0.61 | 0.65 |
| Hex | BB | DC | 6E | F | 0 | 32 | E | 4E | 3D | 41 |
| Octal | 273 | 334 | 156 | 17 | 0 | 62 | 16 | 116 | 75 | 101 |
| Binary | 10111011 | 11011100 | 1101110 | 1111 | 0 | 110010 | 1110 | 1001110 | 111101 | 1000001 |
Color Harmonies of #BBDC6E
Complementary color
Monochromatic Colors of #BBDC6E
Black with #BBDC6E
Text Example
Text Example
White with #BBDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC6E; }
p { color: rgb(187,220,110); }
H1.HeaderClassName
{
color: #BBDC6E;
}
.AnyTagClassName
{
color: #BBDC6E;
}
</style>
background-color css
<style>
a { background-color: #BBDC6E; }
a { background-color: rgb(187,220,110); }
div.DivClassName
{
background-color: #BBDC6E;
}
.BgClassName
{
background-color: #BBDC6E;
}
</style>
border-color css
<style>
span { border-color: #BBDC6E; }
span { border-color: rgb(187,220,110); }
td.TdClassName
{
border-color: #BBDC6E;
}
.TagClassName
{
border-color: #BBDC6E;
}
</style>