Shades of Sulu #BCD97D
Tints of Sulu #BCD97D
RGB
CMYK
RGB Variations
Color information
#BCD97D (or 0xBCD97D) is known color: Sulu. HEX triplet: BC, D9 and 7D. RGB value is (188,217,125). Sum of RGB (Red+Green+Blue) = 188+217+125=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD97D is #432682. Grayscale: #C6C6C6. Windows color (decimal): -4400771 or 8247740. OLE color: 8247740.
HSL color Cylindrical-coordinate representation of color #BCD97D: hue angle of 78.91º degrees, saturation: 0.55, 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 #BCD97D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 125 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.15 |
| HSL | 78.91º | 0.55% | 0.67% | - |
| HSV(B) | 78.91º | 0.42% | 0.85% | - |
| XYZ | 49.25 | 61.8 | 28.73 | - |
| YUV | 197.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 125 | 0.13 | 0 | 0.42 | 0.15 | 78.91 | 0.55 | 0.67 |
| Hex | BC | D9 | 7D | D | 0 | 2A | F | 4F | 37 | 43 |
| Octal | 274 | 331 | 175 | 15 | 0 | 52 | 17 | 117 | 67 | 103 |
| Binary | 10111100 | 11011001 | 1111101 | 1101 | 0 | 101010 | 1111 | 1001111 | 110111 | 1000011 |
Color Harmonies of #BCD97D
Complementary color
Monochromatic Colors of #BCD97D
Black with #BCD97D
Text Example
Text Example
White with #BCD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD97D; }
p { color: rgb(188,217,125); }
H1.HeaderClassName
{
color: #BCD97D;
}
.AnyTagClassName
{
color: #BCD97D;
}
</style>
background-color css
<style>
a { background-color: #BCD97D; }
a { background-color: rgb(188,217,125); }
div.DivClassName
{
background-color: #BCD97D;
}
.BgClassName
{
background-color: #BCD97D;
}
</style>
border-color css
<style>
span { border-color: #BCD97D; }
span { border-color: rgb(188,217,125); }
td.TdClassName
{
border-color: #BCD97D;
}
.TagClassName
{
border-color: #BCD97D;
}
</style>