Shades of Sulu #BFDB8B
Tints of Sulu #BFDB8B
RGB
CMYK
RGB Variations
Color information
#BFDB8B (or 0xBFDB8B) is known color: Sulu. HEX triplet: BF, DB and 8B. RGB value is (191,219,139). Sum of RGB (Red+Green+Blue) = 191+219+139=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB8B is #402474. Grayscale: #C9C9C9. Windows color (decimal): -4203637 or 9165759. OLE color: 9165759.
HSL color Cylindrical-coordinate representation of color #BFDB8B: hue angle of 81º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFDB8B is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 139 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.14 |
| HSL | 81º | 0.53% | 0.7% | - |
| HSV(B) | 81º | 0.37% | 0.86% | - |
| XYZ | 51.48 | 63.6 | 33.99 | - |
| YUV | 201.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 139 | 0.13 | 0 | 0.37 | 0.14 | 81 | 0.53 | 0.7 |
| Hex | BF | DB | 8B | D | 0 | 25 | E | 51 | 35 | 46 |
| Octal | 277 | 333 | 213 | 15 | 0 | 45 | 16 | 121 | 65 | 106 |
| Binary | 10111111 | 11011011 | 10001011 | 1101 | 0 | 100101 | 1110 | 1010001 | 110101 | 1000110 |
Color Harmonies of #BFDB8B
Complementary color
Monochromatic Colors of #BFDB8B
Black with #BFDB8B
Text Example
Text Example
White with #BFDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB8B; }
p { color: rgb(191,219,139); }
H1.HeaderClassName
{
color: #BFDB8B;
}
.AnyTagClassName
{
color: #BFDB8B;
}
</style>
background-color css
<style>
a { background-color: #BFDB8B; }
a { background-color: rgb(191,219,139); }
div.DivClassName
{
background-color: #BFDB8B;
}
.BgClassName
{
background-color: #BFDB8B;
}
</style>
border-color css
<style>
span { border-color: #BFDB8B; }
span { border-color: rgb(191,219,139); }
td.TdClassName
{
border-color: #BFDB8B;
}
.TagClassName
{
border-color: #BFDB8B;
}
</style>