Shades of Sulu #BCE07A
Tints of Sulu #BCE07A
RGB
CMYK
RGB Variations
Color information
#BCE07A (or 0xBCE07A) is known color: Sulu. HEX triplet: BC, E0 and 7A. RGB value is (188,224,122). Sum of RGB (Red+Green+Blue) = 188+224+122=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE07A is #431F85. Grayscale: #C9C9C9. Windows color (decimal): -4398982 or 8052924. OLE color: 8052924.
HSL color Cylindrical-coordinate representation of color #BCE07A: hue angle of 81.18º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCE07A is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 122 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.12 |
| HSL | 81.18º | 0.62% | 0.68% | - |
| HSV(B) | 81.18º | 0.46% | 0.88% | - |
| XYZ | 50.91 | 65.41 | 28.35 | - |
| YUV | 201.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 122 | 0.16 | 0 | 0.46 | 0.12 | 81.18 | 0.62 | 0.68 |
| Hex | BC | E0 | 7A | 10 | 0 | 2E | C | 51 | 3E | 44 |
| Octal | 274 | 340 | 172 | 20 | 0 | 56 | 14 | 121 | 76 | 104 |
| Binary | 10111100 | 11100000 | 1111010 | 10000 | 0 | 101110 | 1100 | 1010001 | 111110 | 1000100 |
Color Harmonies of #BCE07A
Complementary color
Monochromatic Colors of #BCE07A
Black with #BCE07A
Text Example
Text Example
White with #BCE07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE07A; }
p { color: rgb(188,224,122); }
H1.HeaderClassName
{
color: #BCE07A;
}
.AnyTagClassName
{
color: #BCE07A;
}
</style>
background-color css
<style>
a { background-color: #BCE07A; }
a { background-color: rgb(188,224,122); }
div.DivClassName
{
background-color: #BCE07A;
}
.BgClassName
{
background-color: #BCE07A;
}
</style>
border-color css
<style>
span { border-color: #BCE07A; }
span { border-color: rgb(188,224,122); }
td.TdClassName
{
border-color: #BCE07A;
}
.TagClassName
{
border-color: #BCE07A;
}
</style>