Shades of Sulu #BCD77B
Tints of Sulu #BCD77B
RGB
CMYK
RGB Variations
Color information
#BCD77B (or 0xBCD77B) is known color: Sulu. HEX triplet: BC, D7 and 7B. RGB value is (188,215,123). Sum of RGB (Red+Green+Blue) = 188+215+123=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD77B is #432884. Grayscale: #C4C4C4. Windows color (decimal): -4401285 or 8116156. OLE color: 8116156.
HSL color Cylindrical-coordinate representation of color #BCD77B: hue angle of 77.61º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD77B is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 123 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.16 |
| HSL | 77.61º | 0.53% | 0.66% | - |
| HSV(B) | 77.61º | 0.43% | 0.84% | - |
| XYZ | 48.61 | 60.72 | 27.9 | - |
| YUV | 196.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 123 | 0.13 | 0 | 0.43 | 0.16 | 77.61 | 0.53 | 0.66 |
| Hex | BC | D7 | 7B | D | 0 | 2B | 10 | 4E | 35 | 42 |
| Octal | 274 | 327 | 173 | 15 | 0 | 53 | 20 | 116 | 65 | 102 |
| Binary | 10111100 | 11010111 | 1111011 | 1101 | 0 | 101011 | 10000 | 1001110 | 110101 | 1000010 |
Color Harmonies of #BCD77B
Complementary color
Monochromatic Colors of #BCD77B
Black with #BCD77B
Text Example
Text Example
White with #BCD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD77B; }
p { color: rgb(188,215,123); }
H1.HeaderClassName
{
color: #BCD77B;
}
.AnyTagClassName
{
color: #BCD77B;
}
</style>
background-color css
<style>
a { background-color: #BCD77B; }
a { background-color: rgb(188,215,123); }
div.DivClassName
{
background-color: #BCD77B;
}
.BgClassName
{
background-color: #BCD77B;
}
</style>
border-color css
<style>
span { border-color: #BCD77B; }
span { border-color: rgb(188,215,123); }
td.TdClassName
{
border-color: #BCD77B;
}
.TagClassName
{
border-color: #BCD77B;
}
</style>