Shades of Sulu #BCDC74
Tints of Sulu #BCDC74
RGB
CMYK
RGB Variations
Color information
#BCDC74 (or 0xBCDC74) is known color: Sulu. HEX triplet: BC, DC and 74. RGB value is (188,220,116). Sum of RGB (Red+Green+Blue) = 188+220+116=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC74 is #43238B. Grayscale: #C6C6C6. Windows color (decimal): -4400012 or 7658684. OLE color: 7658684.
HSL color Cylindrical-coordinate representation of color #BCDC74: hue angle of 78.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCDC74 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 116 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.14 |
| HSL | 78.46º | 0.6% | 0.66% | - |
| HSV(B) | 78.46º | 0.47% | 0.86% | - |
| XYZ | 49.48 | 63.14 | 26.1 | - |
| YUV | 198.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 116 | 0.15 | 0 | 0.47 | 0.14 | 78.46 | 0.6 | 0.66 |
| Hex | BC | DC | 74 | F | 0 | 2F | E | 4E | 3C | 42 |
| Octal | 274 | 334 | 164 | 17 | 0 | 57 | 16 | 116 | 74 | 102 |
| Binary | 10111100 | 11011100 | 1110100 | 1111 | 0 | 101111 | 1110 | 1001110 | 111100 | 1000010 |
Color Harmonies of #BCDC74
Complementary color
Monochromatic Colors of #BCDC74
Black with #BCDC74
Text Example
Text Example
White with #BCDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC74; }
p { color: rgb(188,220,116); }
H1.HeaderClassName
{
color: #BCDC74;
}
.AnyTagClassName
{
color: #BCDC74;
}
</style>
background-color css
<style>
a { background-color: #BCDC74; }
a { background-color: rgb(188,220,116); }
div.DivClassName
{
background-color: #BCDC74;
}
.BgClassName
{
background-color: #BCDC74;
}
</style>
border-color css
<style>
span { border-color: #BCDC74; }
span { border-color: rgb(188,220,116); }
td.TdClassName
{
border-color: #BCDC74;
}
.TagClassName
{
border-color: #BCDC74;
}
</style>