Shades of Sulu #BFDC89
Tints of Sulu #BFDC89
RGB
CMYK
RGB Variations
Color information
#BFDC89 (or 0xBFDC89) is known color: Sulu. HEX triplet: BF, DC and 89. RGB value is (191,220,137). Sum of RGB (Red+Green+Blue) = 191+220+137=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC89 is #402376. Grayscale: #CACACA. Windows color (decimal): -4203383 or 9034943. OLE color: 9034943.
HSL color Cylindrical-coordinate representation of color #BFDC89: hue angle of 80.96º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFDC89 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 137 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.14 |
| HSL | 80.96º | 0.54% | 0.7% | - |
| HSV(B) | 80.96º | 0.38% | 0.86% | - |
| XYZ | 51.59 | 64.07 | 33.31 | - |
| YUV | 201.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 137 | 0.13 | 0 | 0.38 | 0.14 | 80.96 | 0.54 | 0.7 |
| Hex | BF | DC | 89 | D | 0 | 26 | E | 51 | 36 | 46 |
| Octal | 277 | 334 | 211 | 15 | 0 | 46 | 16 | 121 | 66 | 106 |
| Binary | 10111111 | 11011100 | 10001001 | 1101 | 0 | 100110 | 1110 | 1010001 | 110110 | 1000110 |
Color Harmonies of #BFDC89
Complementary color
Monochromatic Colors of #BFDC89
Black with #BFDC89
Text Example
Text Example
White with #BFDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC89; }
p { color: rgb(191,220,137); }
H1.HeaderClassName
{
color: #BFDC89;
}
.AnyTagClassName
{
color: #BFDC89;
}
</style>
background-color css
<style>
a { background-color: #BFDC89; }
a { background-color: rgb(191,220,137); }
div.DivClassName
{
background-color: #BFDC89;
}
.BgClassName
{
background-color: #BFDC89;
}
</style>
border-color css
<style>
span { border-color: #BFDC89; }
span { border-color: rgb(191,220,137); }
td.TdClassName
{
border-color: #BFDC89;
}
.TagClassName
{
border-color: #BFDC89;
}
</style>