Shades of Sulu #BCD97B
Tints of Sulu #BCD97B
RGB
CMYK
RGB Variations
Color information
#BCD97B (or 0xBCD97B) is known color: Sulu. HEX triplet: BC, D9 and 7B. RGB value is (188,217,123). Sum of RGB (Red+Green+Blue) = 188+217+123=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD97B is #432684. Grayscale: #C5C5C5. Windows color (decimal): -4400773 or 8116668. OLE color: 8116668.
HSL color Cylindrical-coordinate representation of color #BCD97B: hue angle of 78.51º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD97B is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 123 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.15 |
| HSL | 78.51º | 0.55% | 0.67% | - |
| HSV(B) | 78.51º | 0.43% | 0.85% | - |
| XYZ | 49.13 | 61.75 | 28.07 | - |
| YUV | 197.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 123 | 0.13 | 0 | 0.43 | 0.15 | 78.51 | 0.55 | 0.67 |
| Hex | BC | D9 | 7B | D | 0 | 2B | F | 4F | 37 | 43 |
| Octal | 274 | 331 | 173 | 15 | 0 | 53 | 17 | 117 | 67 | 103 |
| Binary | 10111100 | 11011001 | 1111011 | 1101 | 0 | 101011 | 1111 | 1001111 | 110111 | 1000011 |
Color Harmonies of #BCD97B
Complementary color
Monochromatic Colors of #BCD97B
Black with #BCD97B
Text Example
Text Example
White with #BCD97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD97B; }
p { color: rgb(188,217,123); }
H1.HeaderClassName
{
color: #BCD97B;
}
.AnyTagClassName
{
color: #BCD97B;
}
</style>
background-color css
<style>
a { background-color: #BCD97B; }
a { background-color: rgb(188,217,123); }
div.DivClassName
{
background-color: #BCD97B;
}
.BgClassName
{
background-color: #BCD97B;
}
</style>
border-color css
<style>
span { border-color: #BCD97B; }
span { border-color: rgb(188,217,123); }
td.TdClassName
{
border-color: #BCD97B;
}
.TagClassName
{
border-color: #BCD97B;
}
</style>