Shades of Sulu #BFDD89
Tints of Sulu #BFDD89
RGB
CMYK
RGB Variations
Color information
#BFDD89 (or 0xBFDD89) is known color: Sulu. HEX triplet: BF, DD and 89. RGB value is (191,221,137). Sum of RGB (Red+Green+Blue) = 191+221+137=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD89 is #402276. Grayscale: #CACACA. Windows color (decimal): -4203127 or 9035199. OLE color: 9035199.
HSL color Cylindrical-coordinate representation of color #BFDD89: hue angle of 81.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFDD89 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 137 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.13 |
| HSL | 81.43º | 0.55% | 0.7% | - |
| HSV(B) | 81.43º | 0.38% | 0.87% | - |
| XYZ | 51.86 | 64.6 | 33.4 | - |
| YUV | 202.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 137 | 0.14 | 0 | 0.38 | 0.13 | 81.43 | 0.55 | 0.7 |
| Hex | BF | DD | 89 | E | 0 | 26 | D | 51 | 37 | 46 |
| Octal | 277 | 335 | 211 | 16 | 0 | 46 | 15 | 121 | 67 | 106 |
| Binary | 10111111 | 11011101 | 10001001 | 1110 | 0 | 100110 | 1101 | 1010001 | 110111 | 1000110 |
Color Harmonies of #BFDD89
Complementary color
Monochromatic Colors of #BFDD89
Black with #BFDD89
Text Example
Text Example
White with #BFDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD89; }
p { color: rgb(191,221,137); }
H1.HeaderClassName
{
color: #BFDD89;
}
.AnyTagClassName
{
color: #BFDD89;
}
</style>
background-color css
<style>
a { background-color: #BFDD89; }
a { background-color: rgb(191,221,137); }
div.DivClassName
{
background-color: #BFDD89;
}
.BgClassName
{
background-color: #BFDD89;
}
</style>
border-color css
<style>
span { border-color: #BFDD89; }
span { border-color: rgb(191,221,137); }
td.TdClassName
{
border-color: #BFDD89;
}
.TagClassName
{
border-color: #BFDD89;
}
</style>