Shades of Sulu #BCE78A
Tints of Sulu #BCE78A
RGB
CMYK
RGB Variations
Color information
#BCE78A (or 0xBCE78A) is known color: Sulu. HEX triplet: BC, E7 and 8A. RGB value is (188,231,138). Sum of RGB (Red+Green+Blue) = 188+231+138=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE78A is #431875. Grayscale: #CFCFCF. Windows color (decimal): -4397174 or 9103292. OLE color: 9103292.
HSL color Cylindrical-coordinate representation of color #BCE78A: hue angle of 87.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE78A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 138 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.09 |
| HSL | 87.74º | 0.66% | 0.72% | - |
| HSV(B) | 87.74º | 0.4% | 0.91% | - |
| XYZ | 53.9 | 69.68 | 34.65 | - |
| YUV | 207.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 138 | 0.19 | 0 | 0.40 | 0.09 | 87.74 | 0.66 | 0.72 |
| Hex | BC | E7 | 8A | 13 | 0 | 28 | 9 | 58 | 42 | 48 |
| Octal | 274 | 347 | 212 | 23 | 0 | 50 | 11 | 130 | 102 | 110 |
| Binary | 10111100 | 11100111 | 10001010 | 10011 | 0 | 101000 | 1001 | 1011000 | 1000010 | 1001000 |
Color Harmonies of #BCE78A
Complementary color
Monochromatic Colors of #BCE78A
Black with #BCE78A
Text Example
Text Example
White with #BCE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE78A; }
p { color: rgb(188,231,138); }
H1.HeaderClassName
{
color: #BCE78A;
}
.AnyTagClassName
{
color: #BCE78A;
}
</style>
background-color css
<style>
a { background-color: #BCE78A; }
a { background-color: rgb(188,231,138); }
div.DivClassName
{
background-color: #BCE78A;
}
.BgClassName
{
background-color: #BCE78A;
}
</style>
border-color css
<style>
span { border-color: #BCE78A; }
span { border-color: rgb(188,231,138); }
td.TdClassName
{
border-color: #BCE78A;
}
.TagClassName
{
border-color: #BCE78A;
}
</style>