Shades of Sulu #BCD77D
Tints of Sulu #BCD77D
RGB
CMYK
RGB Variations
Color information
#BCD77D (or 0xBCD77D) is known color: Sulu. HEX triplet: BC, D7 and 7D. RGB value is (188,215,125). Sum of RGB (Red+Green+Blue) = 188+215+125=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD77D is #432882. Grayscale: #C5C5C5. Windows color (decimal): -4401283 or 8247228. OLE color: 8247228.
HSL color Cylindrical-coordinate representation of color #BCD77D: hue angle of 78º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD77D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 125 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.16 |
| HSL | 78º | 0.53% | 0.67% | - |
| HSV(B) | 78º | 0.42% | 0.84% | - |
| XYZ | 48.74 | 60.77 | 28.56 | - |
| YUV | 196.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 125 | 0.13 | 0 | 0.42 | 0.16 | 78 | 0.53 | 0.67 |
| Hex | BC | D7 | 7D | D | 0 | 2A | 10 | 4E | 35 | 43 |
| Octal | 274 | 327 | 175 | 15 | 0 | 52 | 20 | 116 | 65 | 103 |
| Binary | 10111100 | 11010111 | 1111101 | 1101 | 0 | 101010 | 10000 | 1001110 | 110101 | 1000011 |
Color Harmonies of #BCD77D
Complementary color
Monochromatic Colors of #BCD77D
Black with #BCD77D
Text Example
Text Example
White with #BCD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD77D; }
p { color: rgb(188,215,125); }
H1.HeaderClassName
{
color: #BCD77D;
}
.AnyTagClassName
{
color: #BCD77D;
}
</style>
background-color css
<style>
a { background-color: #BCD77D; }
a { background-color: rgb(188,215,125); }
div.DivClassName
{
background-color: #BCD77D;
}
.BgClassName
{
background-color: #BCD77D;
}
</style>
border-color css
<style>
span { border-color: #BCD77D; }
span { border-color: rgb(188,215,125); }
td.TdClassName
{
border-color: #BCD77D;
}
.TagClassName
{
border-color: #BCD77D;
}
</style>