Shades of Sulu #BCDA82
Tints of Sulu #BCDA82
RGB
CMYK
RGB Variations
Color information
#BCDA82 (or 0xBCDA82) is known color: Sulu. HEX triplet: BC, DA and 82. RGB value is (188,218,130). Sum of RGB (Red+Green+Blue) = 188+218+130=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA82 is #43257D. Grayscale: #C7C7C7. Windows color (decimal): -4400510 or 8575676. OLE color: 8575676.
HSL color Cylindrical-coordinate representation of color #BCDA82: hue angle of 80.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDA82 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 130 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.15 |
| HSL | 80.45º | 0.54% | 0.68% | - |
| HSV(B) | 80.45º | 0.4% | 0.85% | - |
| XYZ | 49.84 | 62.45 | 30.55 | - |
| YUV | 199 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 130 | 0.14 | 0 | 0.40 | 0.15 | 80.45 | 0.54 | 0.68 |
| Hex | BC | DA | 82 | E | 0 | 28 | F | 50 | 36 | 44 |
| Octal | 274 | 332 | 202 | 16 | 0 | 50 | 17 | 120 | 66 | 104 |
| Binary | 10111100 | 11011010 | 10000010 | 1110 | 0 | 101000 | 1111 | 1010000 | 110110 | 1000100 |
Color Harmonies of #BCDA82
Complementary color
Monochromatic Colors of #BCDA82
Black with #BCDA82
Text Example
Text Example
White with #BCDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA82; }
p { color: rgb(188,218,130); }
H1.HeaderClassName
{
color: #BCDA82;
}
.AnyTagClassName
{
color: #BCDA82;
}
</style>
background-color css
<style>
a { background-color: #BCDA82; }
a { background-color: rgb(188,218,130); }
div.DivClassName
{
background-color: #BCDA82;
}
.BgClassName
{
background-color: #BCDA82;
}
</style>
border-color css
<style>
span { border-color: #BCDA82; }
span { border-color: rgb(188,218,130); }
td.TdClassName
{
border-color: #BCDA82;
}
.TagClassName
{
border-color: #BCDA82;
}
</style>