Shades of Sulu #BCD97A
Tints of Sulu #BCD97A
RGB
CMYK
RGB Variations
Color information
#BCD97A (or 0xBCD97A) is known color: Sulu. HEX triplet: BC, D9 and 7A. RGB value is (188,217,122). Sum of RGB (Red+Green+Blue) = 188+217+122=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD97A is #432685. Grayscale: #C5C5C5. Windows color (decimal): -4400774 or 8051132. OLE color: 8051132.
HSL color Cylindrical-coordinate representation of color #BCD97A: hue angle of 78.32º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD97A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 122 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.15 |
| HSL | 78.32º | 0.56% | 0.66% | - |
| HSV(B) | 78.32º | 0.44% | 0.85% | - |
| XYZ | 49.06 | 61.72 | 27.74 | - |
| YUV | 197.5 | 85.39 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 122 | 0.13 | 0 | 0.44 | 0.15 | 78.32 | 0.56 | 0.66 |
| Hex | BC | D9 | 7A | D | 0 | 2C | F | 4E | 38 | 42 |
| Octal | 274 | 331 | 172 | 15 | 0 | 54 | 17 | 116 | 70 | 102 |
| Binary | 10111100 | 11011001 | 1111010 | 1101 | 0 | 101100 | 1111 | 1001110 | 111000 | 1000010 |
Color Harmonies of #BCD97A
Complementary color
Monochromatic Colors of #BCD97A
Black with #BCD97A
Text Example
Text Example
White with #BCD97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD97A; }
p { color: rgb(188,217,122); }
H1.HeaderClassName
{
color: #BCD97A;
}
.AnyTagClassName
{
color: #BCD97A;
}
</style>
background-color css
<style>
a { background-color: #BCD97A; }
a { background-color: rgb(188,217,122); }
div.DivClassName
{
background-color: #BCD97A;
}
.BgClassName
{
background-color: #BCD97A;
}
</style>
border-color css
<style>
span { border-color: #BCD97A; }
span { border-color: rgb(188,217,122); }
td.TdClassName
{
border-color: #BCD97A;
}
.TagClassName
{
border-color: #BCD97A;
}
</style>