Shades of Sulu #BFE692
Tints of Sulu #BFE692
RGB
CMYK
RGB Variations
Color information
#BFE692 (or 0xBFE692) is known color: Sulu. HEX triplet: BF, E6 and 92. RGB value is (191,230,146). Sum of RGB (Red+Green+Blue) = 191+230+146=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE692 is #40196D. Grayscale: #D1D1D1. Windows color (decimal): -4200814 or 9627327. OLE color: 9627327.
HSL color Cylindrical-coordinate representation of color #BFE692: hue angle of 87.86º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFE692 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 146 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.10 |
| HSL | 87.86º | 0.63% | 0.74% | - |
| HSV(B) | 87.86º | 0.37% | 0.9% | - |
| XYZ | 54.97 | 69.75 | 37.76 | - |
| YUV | 208.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 146 | 0.17 | 0 | 0.37 | 0.10 | 87.86 | 0.63 | 0.74 |
| Hex | BF | E6 | 92 | 11 | 0 | 25 | A | 58 | 3F | 4A |
| Octal | 277 | 346 | 222 | 21 | 0 | 45 | 12 | 130 | 77 | 112 |
| Binary | 10111111 | 11100110 | 10010010 | 10001 | 0 | 100101 | 1010 | 1011000 | 111111 | 1001010 |
Color Harmonies of #BFE692
Complementary color
Monochromatic Colors of #BFE692
Black with #BFE692
Text Example
Text Example
White with #BFE692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE692; }
p { color: rgb(191,230,146); }
H1.HeaderClassName
{
color: #BFE692;
}
.AnyTagClassName
{
color: #BFE692;
}
</style>
background-color css
<style>
a { background-color: #BFE692; }
a { background-color: rgb(191,230,146); }
div.DivClassName
{
background-color: #BFE692;
}
.BgClassName
{
background-color: #BFE692;
}
</style>
border-color css
<style>
span { border-color: #BFE692; }
span { border-color: rgb(191,230,146); }
td.TdClassName
{
border-color: #BFE692;
}
.TagClassName
{
border-color: #BFE692;
}
</style>