Shades of Sulu #BCE671
Tints of Sulu #BCE671
RGB
CMYK
RGB Variations
Color information
#BCE671 (or 0xBCE671) is known color: Sulu. HEX triplet: BC, E6 and 71. RGB value is (188,230,113). Sum of RGB (Red+Green+Blue) = 188+230+113=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE671 is #43198E. Grayscale: #CCCCCC. Windows color (decimal): -4397455 or 7464636. OLE color: 7464636.
HSL color Cylindrical-coordinate representation of color #BCE671: hue angle of 81.54º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCE671 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 230 | 113 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.10 |
| HSL | 81.54º | 0.7% | 0.67% | - |
| HSV(B) | 81.54º | 0.51% | 0.9% | - |
| XYZ | 52.02 | 68.48 | 26.1 | - |
| YUV | 204.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 113 | 0.18 | 0 | 0.51 | 0.10 | 81.54 | 0.7 | 0.67 |
| Hex | BC | E6 | 71 | 12 | 0 | 33 | A | 52 | 46 | 43 |
| Octal | 274 | 346 | 161 | 22 | 0 | 63 | 12 | 122 | 106 | 103 |
| Binary | 10111100 | 11100110 | 1110001 | 10010 | 0 | 110011 | 1010 | 1010010 | 1000110 | 1000011 |
Color Harmonies of #BCE671
Complementary color
Monochromatic Colors of #BCE671
Black with #BCE671
Text Example
Text Example
White with #BCE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE671; }
p { color: rgb(188,230,113); }
H1.HeaderClassName
{
color: #BCE671;
}
.AnyTagClassName
{
color: #BCE671;
}
</style>
background-color css
<style>
a { background-color: #BCE671; }
a { background-color: rgb(188,230,113); }
div.DivClassName
{
background-color: #BCE671;
}
.BgClassName
{
background-color: #BCE671;
}
</style>
border-color css
<style>
span { border-color: #BCE671; }
span { border-color: rgb(188,230,113); }
td.TdClassName
{
border-color: #BCE671;
}
.TagClassName
{
border-color: #BCE671;
}
</style>