Shades of Sulu #BCD57C
Tints of Sulu #BCD57C
RGB
CMYK
RGB Variations
Color information
#BCD57C (or 0xBCD57C) is known color: Sulu. HEX triplet: BC, D5 and 7C. RGB value is (188,213,124). Sum of RGB (Red+Green+Blue) = 188+213+124=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD57C is #432A83. Grayscale: #C3C3C3. Windows color (decimal): -4401796 or 8181180. OLE color: 8181180.
HSL color Cylindrical-coordinate representation of color #BCD57C: hue angle of 76.85º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD57C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 124 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.16 |
| HSL | 76.85º | 0.51% | 0.66% | - |
| HSV(B) | 76.85º | 0.42% | 0.84% | - |
| XYZ | 48.17 | 59.74 | 28.06 | - |
| YUV | 195.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 124 | 0.12 | 0 | 0.42 | 0.16 | 76.85 | 0.51 | 0.66 |
| Hex | BC | D5 | 7C | C | 0 | 2A | 10 | 4D | 33 | 42 |
| Octal | 274 | 325 | 174 | 14 | 0 | 52 | 20 | 115 | 63 | 102 |
| Binary | 10111100 | 11010101 | 1111100 | 1100 | 0 | 101010 | 10000 | 1001101 | 110011 | 1000010 |
Color Harmonies of #BCD57C
Complementary color
Monochromatic Colors of #BCD57C
Black with #BCD57C
Text Example
Text Example
White with #BCD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD57C; }
p { color: rgb(188,213,124); }
H1.HeaderClassName
{
color: #BCD57C;
}
.AnyTagClassName
{
color: #BCD57C;
}
</style>
background-color css
<style>
a { background-color: #BCD57C; }
a { background-color: rgb(188,213,124); }
div.DivClassName
{
background-color: #BCD57C;
}
.BgClassName
{
background-color: #BCD57C;
}
</style>
border-color css
<style>
span { border-color: #BCD57C; }
span { border-color: rgb(188,213,124); }
td.TdClassName
{
border-color: #BCD57C;
}
.TagClassName
{
border-color: #BCD57C;
}
</style>