Shades of Sulu #BCE58B
Tints of Sulu #BCE58B
RGB
CMYK
RGB Variations
Color information
#BCE58B (or 0xBCE58B) is known color: Sulu. HEX triplet: BC, E5 and 8B. RGB value is (188,229,139). Sum of RGB (Red+Green+Blue) = 188+229+139=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE58B is #431A74. Grayscale: #CECECE. Windows color (decimal): -4397685 or 9168316. OLE color: 9168316.
HSL color Cylindrical-coordinate representation of color #BCE58B: hue angle of 87.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCE58B is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 139 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.10 |
| HSL | 87.33º | 0.63% | 0.72% | - |
| HSV(B) | 87.33º | 0.39% | 0.9% | - |
| XYZ | 53.42 | 68.59 | 34.85 | - |
| YUV | 206.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 139 | 0.18 | 0 | 0.39 | 0.10 | 87.33 | 0.63 | 0.72 |
| Hex | BC | E5 | 8B | 12 | 0 | 27 | A | 57 | 3F | 48 |
| Octal | 274 | 345 | 213 | 22 | 0 | 47 | 12 | 127 | 77 | 110 |
| Binary | 10111100 | 11100101 | 10001011 | 10010 | 0 | 100111 | 1010 | 1010111 | 111111 | 1001000 |
Color Harmonies of #BCE58B
Complementary color
Monochromatic Colors of #BCE58B
Black with #BCE58B
Text Example
Text Example
White with #BCE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE58B; }
p { color: rgb(188,229,139); }
H1.HeaderClassName
{
color: #BCE58B;
}
.AnyTagClassName
{
color: #BCE58B;
}
</style>
background-color css
<style>
a { background-color: #BCE58B; }
a { background-color: rgb(188,229,139); }
div.DivClassName
{
background-color: #BCE58B;
}
.BgClassName
{
background-color: #BCE58B;
}
</style>
border-color css
<style>
span { border-color: #BCE58B; }
span { border-color: rgb(188,229,139); }
td.TdClassName
{
border-color: #BCE58B;
}
.TagClassName
{
border-color: #BCE58B;
}
</style>