Shades of Sulu #BCDD7A
Tints of Sulu #BCDD7A
RGB
CMYK
RGB Variations
Color information
#BCDD7A (or 0xBCDD7A) is known color: Sulu. HEX triplet: BC, DD and 7A. RGB value is (188,221,122). Sum of RGB (Red+Green+Blue) = 188+221+122=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD7A is #432285. Grayscale: #C8C8C8. Windows color (decimal): -4399750 or 8052156. OLE color: 8052156.
HSL color Cylindrical-coordinate representation of color #BCDD7A: hue angle of 80º 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 #BCDD7A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 122 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.13 |
| HSL | 80º | 0.59% | 0.67% | - |
| HSV(B) | 80º | 0.45% | 0.87% | - |
| XYZ | 50.11 | 63.81 | 28.09 | - |
| YUV | 199.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 122 | 0.15 | 0 | 0.45 | 0.13 | 80 | 0.59 | 0.67 |
| Hex | BC | DD | 7A | F | 0 | 2D | D | 50 | 3B | 43 |
| Octal | 274 | 335 | 172 | 17 | 0 | 55 | 15 | 120 | 73 | 103 |
| Binary | 10111100 | 11011101 | 1111010 | 1111 | 0 | 101101 | 1101 | 1010000 | 111011 | 1000011 |
Color Harmonies of #BCDD7A
Complementary color
Monochromatic Colors of #BCDD7A
Black with #BCDD7A
Text Example
Text Example
White with #BCDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD7A; }
p { color: rgb(188,221,122); }
H1.HeaderClassName
{
color: #BCDD7A;
}
.AnyTagClassName
{
color: #BCDD7A;
}
</style>
background-color css
<style>
a { background-color: #BCDD7A; }
a { background-color: rgb(188,221,122); }
div.DivClassName
{
background-color: #BCDD7A;
}
.BgClassName
{
background-color: #BCDD7A;
}
</style>
border-color css
<style>
span { border-color: #BCDD7A; }
span { border-color: rgb(188,221,122); }
td.TdClassName
{
border-color: #BCDD7A;
}
.TagClassName
{
border-color: #BCDD7A;
}
</style>