Shades of Sulu #BCD57B
Tints of Sulu #BCD57B
RGB
CMYK
RGB Variations
Color information
#BCD57B (or 0xBCD57B) is known color: Sulu. HEX triplet: BC, D5 and 7B. RGB value is (188,213,123). Sum of RGB (Red+Green+Blue) = 188+213+123=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD57B is #432A84. Grayscale: #C3C3C3. Windows color (decimal): -4401797 or 8115644. OLE color: 8115644.
HSL color Cylindrical-coordinate representation of color #BCD57B: hue angle of 76.67º degrees, saturation: 0.52, 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 #BCD57B is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 123 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.16 |
| HSL | 76.67º | 0.52% | 0.66% | - |
| HSV(B) | 76.67º | 0.42% | 0.84% | - |
| XYZ | 48.11 | 59.71 | 27.73 | - |
| YUV | 195.27 | 87.22 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 123 | 0.12 | 0 | 0.42 | 0.16 | 76.67 | 0.52 | 0.66 |
| Hex | BC | D5 | 7B | C | 0 | 2A | 10 | 4D | 34 | 42 |
| Octal | 274 | 325 | 173 | 14 | 0 | 52 | 20 | 115 | 64 | 102 |
| Binary | 10111100 | 11010101 | 1111011 | 1100 | 0 | 101010 | 10000 | 1001101 | 110100 | 1000010 |
Color Harmonies of #BCD57B
Complementary color
Monochromatic Colors of #BCD57B
Black with #BCD57B
Text Example
Text Example
White with #BCD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD57B; }
p { color: rgb(188,213,123); }
H1.HeaderClassName
{
color: #BCD57B;
}
.AnyTagClassName
{
color: #BCD57B;
}
</style>
background-color css
<style>
a { background-color: #BCD57B; }
a { background-color: rgb(188,213,123); }
div.DivClassName
{
background-color: #BCD57B;
}
.BgClassName
{
background-color: #BCD57B;
}
</style>
border-color css
<style>
span { border-color: #BCD57B; }
span { border-color: rgb(188,213,123); }
td.TdClassName
{
border-color: #BCD57B;
}
.TagClassName
{
border-color: #BCD57B;
}
</style>