Shades of Sulu #BCD674
Tints of Sulu #BCD674
RGB
CMYK
RGB Variations
Color information
#BCD674 (or 0xBCD674) is known color: Sulu. HEX triplet: BC, D6 and 74. RGB value is (188,214,116). Sum of RGB (Red+Green+Blue) = 188+214+116=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD674 is #43298B. Grayscale: #C3C3C3. Windows color (decimal): -4401548 or 7657148. OLE color: 7657148.
HSL color Cylindrical-coordinate representation of color #BCD674: hue angle of 75.92º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD674 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 116 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.16 |
| HSL | 75.92º | 0.54% | 0.65% | - |
| HSV(B) | 75.92º | 0.46% | 0.84% | - |
| XYZ | 47.94 | 60.05 | 25.59 | - |
| YUV | 195.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 116 | 0.12 | 0 | 0.46 | 0.16 | 75.92 | 0.54 | 0.65 |
| Hex | BC | D6 | 74 | C | 0 | 2E | 10 | 4C | 36 | 41 |
| Octal | 274 | 326 | 164 | 14 | 0 | 56 | 20 | 114 | 66 | 101 |
| Binary | 10111100 | 11010110 | 1110100 | 1100 | 0 | 101110 | 10000 | 1001100 | 110110 | 1000001 |
Color Harmonies of #BCD674
Complementary color
Monochromatic Colors of #BCD674
Black with #BCD674
Text Example
Text Example
White with #BCD674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD674; }
p { color: rgb(188,214,116); }
H1.HeaderClassName
{
color: #BCD674;
}
.AnyTagClassName
{
color: #BCD674;
}
</style>
background-color css
<style>
a { background-color: #BCD674; }
a { background-color: rgb(188,214,116); }
div.DivClassName
{
background-color: #BCD674;
}
.BgClassName
{
background-color: #BCD674;
}
</style>
border-color css
<style>
span { border-color: #BCD674; }
span { border-color: rgb(188,214,116); }
td.TdClassName
{
border-color: #BCD674;
}
.TagClassName
{
border-color: #BCD674;
}
</style>