Shades of Sulu #BCEA6B
Tints of Sulu #BCEA6B
RGB
CMYK
RGB Variations
Color information
#BCEA6B (or 0xBCEA6B) is known color: Sulu. HEX triplet: BC, EA and 6B. RGB value is (188,234,107). Sum of RGB (Red+Green+Blue) = 188+234+107=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA6B is #431594. Grayscale: #CECECE. Windows color (decimal): -4396437 or 7072444. OLE color: 7072444.
HSL color Cylindrical-coordinate representation of color #BCEA6B: hue angle of 81.73º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCEA6B is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 107 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.08 |
| HSL | 81.73º | 0.75% | 0.67% | - |
| HSV(B) | 81.73º | 0.54% | 0.92% | - |
| XYZ | 52.82 | 70.6 | 24.75 | - |
| YUV | 205.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 107 | 0.20 | 0 | 0.54 | 0.08 | 81.73 | 0.75 | 0.67 |
| Hex | BC | EA | 6B | 14 | 0 | 36 | 8 | 52 | 4B | 43 |
| Octal | 274 | 352 | 153 | 24 | 0 | 66 | 10 | 122 | 113 | 103 |
| Binary | 10111100 | 11101010 | 1101011 | 10100 | 0 | 110110 | 1000 | 1010010 | 1001011 | 1000011 |
Color Harmonies of #BCEA6B
Complementary color
Monochromatic Colors of #BCEA6B
Black with #BCEA6B
Text Example
Text Example
White with #BCEA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA6B; }
p { color: rgb(188,234,107); }
H1.HeaderClassName
{
color: #BCEA6B;
}
.AnyTagClassName
{
color: #BCEA6B;
}
</style>
background-color css
<style>
a { background-color: #BCEA6B; }
a { background-color: rgb(188,234,107); }
div.DivClassName
{
background-color: #BCEA6B;
}
.BgClassName
{
background-color: #BCEA6B;
}
</style>
border-color css
<style>
span { border-color: #BCEA6B; }
span { border-color: rgb(188,234,107); }
td.TdClassName
{
border-color: #BCEA6B;
}
.TagClassName
{
border-color: #BCEA6B;
}
</style>