Shades of Sulu #BCE98A
Tints of Sulu #BCE98A
RGB
CMYK
RGB Variations
Color information
#BCE98A (or 0xBCE98A) is known color: Sulu. HEX triplet: BC, E9 and 8A. RGB value is (188,233,138). Sum of RGB (Red+Green+Blue) = 188+233+138=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE98A is #431675. Grayscale: #D1D1D1. Windows color (decimal): -4396662 or 9103804. OLE color: 9103804.
HSL color Cylindrical-coordinate representation of color #BCE98A: hue angle of 88.42º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCE98A is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 138 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.09 |
| HSL | 88.42º | 0.68% | 0.73% | - |
| HSV(B) | 88.42º | 0.41% | 0.91% | - |
| XYZ | 54.47 | 70.8 | 34.84 | - |
| YUV | 208.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 138 | 0.19 | 0 | 0.41 | 0.09 | 88.42 | 0.68 | 0.73 |
| Hex | BC | E9 | 8A | 13 | 0 | 29 | 9 | 58 | 44 | 49 |
| Octal | 274 | 351 | 212 | 23 | 0 | 51 | 11 | 130 | 104 | 111 |
| Binary | 10111100 | 11101001 | 10001010 | 10011 | 0 | 101001 | 1001 | 1011000 | 1000100 | 1001001 |
Color Harmonies of #BCE98A
Complementary color
Monochromatic Colors of #BCE98A
Black with #BCE98A
Text Example
Text Example
White with #BCE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE98A; }
p { color: rgb(188,233,138); }
H1.HeaderClassName
{
color: #BCE98A;
}
.AnyTagClassName
{
color: #BCE98A;
}
</style>
background-color css
<style>
a { background-color: #BCE98A; }
a { background-color: rgb(188,233,138); }
div.DivClassName
{
background-color: #BCE98A;
}
.BgClassName
{
background-color: #BCE98A;
}
</style>
border-color css
<style>
span { border-color: #BCE98A; }
span { border-color: rgb(188,233,138); }
td.TdClassName
{
border-color: #BCE98A;
}
.TagClassName
{
border-color: #BCE98A;
}
</style>