Shades of Sulu #BCEA7B
Tints of Sulu #BCEA7B
RGB
CMYK
RGB Variations
Color information
#BCEA7B (or 0xBCEA7B) is known color: Sulu. HEX triplet: BC, EA and 7B. RGB value is (188,234,123). Sum of RGB (Red+Green+Blue) = 188+234+123=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA7B is #431584. Grayscale: #CFCFCF. Windows color (decimal): -4396421 or 8121020. OLE color: 8121020.
HSL color Cylindrical-coordinate representation of color #BCEA7B: hue angle of 84.86º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCEA7B is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 123 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.08 |
| HSL | 84.86º | 0.73% | 0.7% | - |
| HSV(B) | 84.86º | 0.47% | 0.92% | - |
| XYZ | 53.74 | 70.97 | 29.6 | - |
| YUV | 207.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 123 | 0.20 | 0 | 0.47 | 0.08 | 84.86 | 0.73 | 0.7 |
| Hex | BC | EA | 7B | 14 | 0 | 2F | 8 | 55 | 49 | 46 |
| Octal | 274 | 352 | 173 | 24 | 0 | 57 | 10 | 125 | 111 | 106 |
| Binary | 10111100 | 11101010 | 1111011 | 10100 | 0 | 101111 | 1000 | 1010101 | 1001001 | 1000110 |
Color Harmonies of #BCEA7B
Complementary color
Monochromatic Colors of #BCEA7B
Black with #BCEA7B
Text Example
Text Example
White with #BCEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA7B; }
p { color: rgb(188,234,123); }
H1.HeaderClassName
{
color: #BCEA7B;
}
.AnyTagClassName
{
color: #BCEA7B;
}
</style>
background-color css
<style>
a { background-color: #BCEA7B; }
a { background-color: rgb(188,234,123); }
div.DivClassName
{
background-color: #BCEA7B;
}
.BgClassName
{
background-color: #BCEA7B;
}
</style>
border-color css
<style>
span { border-color: #BCEA7B; }
span { border-color: rgb(188,234,123); }
td.TdClassName
{
border-color: #BCEA7B;
}
.TagClassName
{
border-color: #BCEA7B;
}
</style>