Shades of Sulu #BCDC7A
Tints of Sulu #BCDC7A
RGB
CMYK
RGB Variations
Color information
#BCDC7A (or 0xBCDC7A) is known color: Sulu. HEX triplet: BC, DC and 7A. RGB value is (188,220,122). Sum of RGB (Red+Green+Blue) = 188+220+122=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC7A is #432385. Grayscale: #C7C7C7. Windows color (decimal): -4400006 or 8051900. OLE color: 8051900.
HSL color Cylindrical-coordinate representation of color #BCDC7A: hue angle of 79.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCDC7A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 122 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.14 |
| HSL | 79.59º | 0.58% | 0.67% | - |
| HSV(B) | 79.59º | 0.45% | 0.86% | - |
| XYZ | 49.85 | 63.28 | 28 | - |
| YUV | 199.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 122 | 0.15 | 0 | 0.45 | 0.14 | 79.59 | 0.58 | 0.67 |
| Hex | BC | DC | 7A | F | 0 | 2D | E | 50 | 3A | 43 |
| Octal | 274 | 334 | 172 | 17 | 0 | 55 | 16 | 120 | 72 | 103 |
| Binary | 10111100 | 11011100 | 1111010 | 1111 | 0 | 101101 | 1110 | 1010000 | 111010 | 1000011 |
Color Harmonies of #BCDC7A
Complementary color
Monochromatic Colors of #BCDC7A
Black with #BCDC7A
Text Example
Text Example
White with #BCDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC7A; }
p { color: rgb(188,220,122); }
H1.HeaderClassName
{
color: #BCDC7A;
}
.AnyTagClassName
{
color: #BCDC7A;
}
</style>
background-color css
<style>
a { background-color: #BCDC7A; }
a { background-color: rgb(188,220,122); }
div.DivClassName
{
background-color: #BCDC7A;
}
.BgClassName
{
background-color: #BCDC7A;
}
</style>
border-color css
<style>
span { border-color: #BCDC7A; }
span { border-color: rgb(188,220,122); }
td.TdClassName
{
border-color: #BCDC7A;
}
.TagClassName
{
border-color: #BCDC7A;
}
</style>