Shades of Sulu #BCE96A
Tints of Sulu #BCE96A
RGB
CMYK
RGB Variations
Color information
#BCE96A (or 0xBCE96A) is known color: Sulu. HEX triplet: BC, E9 and 6A. RGB value is (188,233,106). Sum of RGB (Red+Green+Blue) = 188+233+106=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE96A is #431695. Grayscale: #CDCDCD. Windows color (decimal): -4396694 or 7006652. OLE color: 7006652.
HSL color Cylindrical-coordinate representation of color #BCE96A: hue angle of 81.26º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCE96A is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 106 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.09 |
| HSL | 81.26º | 0.74% | 0.66% | - |
| HSV(B) | 81.26º | 0.55% | 0.91% | - |
| XYZ | 52.48 | 70.01 | 24.38 | - |
| YUV | 205.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 106 | 0.19 | 0 | 0.55 | 0.09 | 81.26 | 0.74 | 0.66 |
| Hex | BC | E9 | 6A | 13 | 0 | 37 | 9 | 51 | 4A | 42 |
| Octal | 274 | 351 | 152 | 23 | 0 | 67 | 11 | 121 | 112 | 102 |
| Binary | 10111100 | 11101001 | 1101010 | 10011 | 0 | 110111 | 1001 | 1010001 | 1001010 | 1000010 |
Color Harmonies of #BCE96A
Complementary color
Monochromatic Colors of #BCE96A
Black with #BCE96A
Text Example
Text Example
White with #BCE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE96A; }
p { color: rgb(188,233,106); }
H1.HeaderClassName
{
color: #BCE96A;
}
.AnyTagClassName
{
color: #BCE96A;
}
</style>
background-color css
<style>
a { background-color: #BCE96A; }
a { background-color: rgb(188,233,106); }
div.DivClassName
{
background-color: #BCE96A;
}
.BgClassName
{
background-color: #BCE96A;
}
</style>
border-color css
<style>
span { border-color: #BCE96A; }
span { border-color: rgb(188,233,106); }
td.TdClassName
{
border-color: #BCE96A;
}
.TagClassName
{
border-color: #BCE96A;
}
</style>