Shades of Sulu #BCD97E
Tints of Sulu #BCD97E
RGB
CMYK
RGB Variations
Color information
#BCD97E (or 0xBCD97E) is known color: Sulu. HEX triplet: BC, D9 and 7E. RGB value is (188,217,126). Sum of RGB (Red+Green+Blue) = 188+217+126=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD97E is #432681. Grayscale: #C6C6C6. Windows color (decimal): -4400770 or 8313276. OLE color: 8313276.
HSL color Cylindrical-coordinate representation of color #BCD97E: hue angle of 79.12º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD97E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 126 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.15 |
| HSL | 79.12º | 0.54% | 0.67% | - |
| HSV(B) | 79.12º | 0.42% | 0.85% | - |
| XYZ | 49.32 | 61.82 | 29.07 | - |
| YUV | 197.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 126 | 0.13 | 0 | 0.42 | 0.15 | 79.12 | 0.54 | 0.67 |
| Hex | BC | D9 | 7E | D | 0 | 2A | F | 4F | 36 | 43 |
| Octal | 274 | 331 | 176 | 15 | 0 | 52 | 17 | 117 | 66 | 103 |
| Binary | 10111100 | 11011001 | 1111110 | 1101 | 0 | 101010 | 1111 | 1001111 | 110110 | 1000011 |
Color Harmonies of #BCD97E
Complementary color
Monochromatic Colors of #BCD97E
Black with #BCD97E
Text Example
Text Example
White with #BCD97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD97E; }
p { color: rgb(188,217,126); }
H1.HeaderClassName
{
color: #BCD97E;
}
.AnyTagClassName
{
color: #BCD97E;
}
</style>
background-color css
<style>
a { background-color: #BCD97E; }
a { background-color: rgb(188,217,126); }
div.DivClassName
{
background-color: #BCD97E;
}
.BgClassName
{
background-color: #BCD97E;
}
</style>
border-color css
<style>
span { border-color: #BCD97E; }
span { border-color: rgb(188,217,126); }
td.TdClassName
{
border-color: #BCD97E;
}
.TagClassName
{
border-color: #BCD97E;
}
</style>