Shades of Sulu #BFE092
Tints of Sulu #BFE092
RGB
CMYK
RGB Variations
Color information
#BFE092 (or 0xBFE092) is known color: Sulu. HEX triplet: BF, E0 and 92. RGB value is (191,224,146). Sum of RGB (Red+Green+Blue) = 191+224+146=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE092 is #401F6D. Grayscale: #CDCDCD. Windows color (decimal): -4202350 or 9625791. OLE color: 9625791.
HSL color Cylindrical-coordinate representation of color #BFE092: hue angle of 85.38º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE092 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 146 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.12 |
| HSL | 85.38º | 0.56% | 0.73% | - |
| HSV(B) | 85.38º | 0.35% | 0.88% | - |
| XYZ | 53.33 | 66.46 | 37.21 | - |
| YUV | 205.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 146 | 0.15 | 0 | 0.35 | 0.12 | 85.38 | 0.56 | 0.73 |
| Hex | BF | E0 | 92 | F | 0 | 23 | C | 55 | 38 | 49 |
| Octal | 277 | 340 | 222 | 17 | 0 | 43 | 14 | 125 | 70 | 111 |
| Binary | 10111111 | 11100000 | 10010010 | 1111 | 0 | 100011 | 1100 | 1010101 | 111000 | 1001001 |
Color Harmonies of #BFE092
Complementary color
Monochromatic Colors of #BFE092
Black with #BFE092
Text Example
Text Example
White with #BFE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE092; }
p { color: rgb(191,224,146); }
H1.HeaderClassName
{
color: #BFE092;
}
.AnyTagClassName
{
color: #BFE092;
}
</style>
background-color css
<style>
a { background-color: #BFE092; }
a { background-color: rgb(191,224,146); }
div.DivClassName
{
background-color: #BFE092;
}
.BgClassName
{
background-color: #BFE092;
}
</style>
border-color css
<style>
span { border-color: #BFE092; }
span { border-color: rgb(191,224,146); }
td.TdClassName
{
border-color: #BFE092;
}
.TagClassName
{
border-color: #BFE092;
}
</style>