Shades of Sulu #BFEC92
Tints of Sulu #BFEC92
RGB
CMYK
RGB Variations
Color information
#BFEC92 (or 0xBFEC92) is known color: Sulu. HEX triplet: BF, EC and 92. RGB value is (191,236,146). Sum of RGB (Red+Green+Blue) = 191+236+146=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC92 is #40136D. Grayscale: #D4D4D4. Windows color (decimal): -4199278 or 9628863. OLE color: 9628863.
HSL color Cylindrical-coordinate representation of color #BFEC92: hue angle of 90º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFEC92 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 146 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.07 |
| HSL | 90º | 0.7% | 0.75% | - |
| HSV(B) | 90º | 0.38% | 0.93% | - |
| XYZ | 56.67 | 73.14 | 38.33 | - |
| YUV | 212.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 146 | 0.19 | 0 | 0.38 | 0.07 | 90 | 0.7 | 0.75 |
| Hex | BF | EC | 92 | 13 | 0 | 26 | 7 | 5A | 46 | 4B |
| Octal | 277 | 354 | 222 | 23 | 0 | 46 | 7 | 132 | 106 | 113 |
| Binary | 10111111 | 11101100 | 10010010 | 10011 | 0 | 100110 | 111 | 1011010 | 1000110 | 1001011 |
Color Harmonies of #BFEC92
Complementary color
Monochromatic Colors of #BFEC92
Black with #BFEC92
Text Example
Text Example
White with #BFEC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC92; }
p { color: rgb(191,236,146); }
H1.HeaderClassName
{
color: #BFEC92;
}
.AnyTagClassName
{
color: #BFEC92;
}
</style>
background-color css
<style>
a { background-color: #BFEC92; }
a { background-color: rgb(191,236,146); }
div.DivClassName
{
background-color: #BFEC92;
}
.BgClassName
{
background-color: #BFEC92;
}
</style>
border-color css
<style>
span { border-color: #BFEC92; }
span { border-color: rgb(191,236,146); }
td.TdClassName
{
border-color: #BFEC92;
}
.TagClassName
{
border-color: #BFEC92;
}
</style>