Shades of Sulu #BFEB8B
Tints of Sulu #BFEB8B
RGB
CMYK
RGB Variations
Color information
#BFEB8B (or 0xBFEB8B) is known color: Sulu. HEX triplet: BF, EB and 8B. RGB value is (191,235,139). Sum of RGB (Red+Green+Blue) = 191+235+139=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB8B is #401474. Grayscale: #D3D3D3. Windows color (decimal): -4199541 or 9169855. OLE color: 9169855.
HSL color Cylindrical-coordinate representation of color #BFEB8B: hue angle of 87.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFEB8B is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 139 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.08 |
| HSL | 87.5º | 0.71% | 0.73% | - |
| HSV(B) | 87.5º | 0.41% | 0.92% | - |
| XYZ | 55.85 | 72.36 | 35.45 | - |
| YUV | 210.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 139 | 0.19 | 0 | 0.41 | 0.08 | 87.5 | 0.71 | 0.73 |
| Hex | BF | EB | 8B | 13 | 0 | 29 | 8 | 57 | 47 | 49 |
| Octal | 277 | 353 | 213 | 23 | 0 | 51 | 10 | 127 | 107 | 111 |
| Binary | 10111111 | 11101011 | 10001011 | 10011 | 0 | 101001 | 1000 | 1010111 | 1000111 | 1001001 |
Color Harmonies of #BFEB8B
Complementary color
Monochromatic Colors of #BFEB8B
Black with #BFEB8B
Text Example
Text Example
White with #BFEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB8B; }
p { color: rgb(191,235,139); }
H1.HeaderClassName
{
color: #BFEB8B;
}
.AnyTagClassName
{
color: #BFEB8B;
}
</style>
background-color css
<style>
a { background-color: #BFEB8B; }
a { background-color: rgb(191,235,139); }
div.DivClassName
{
background-color: #BFEB8B;
}
.BgClassName
{
background-color: #BFEB8B;
}
</style>
border-color css
<style>
span { border-color: #BFEB8B; }
span { border-color: rgb(191,235,139); }
td.TdClassName
{
border-color: #BFEB8B;
}
.TagClassName
{
border-color: #BFEB8B;
}
</style>