Shades of Sulu #BFDC8D
Tints of Sulu #BFDC8D
RGB
CMYK
RGB Variations
Color information
#BFDC8D (or 0xBFDC8D) is known color: Sulu. HEX triplet: BF, DC and 8D. RGB value is (191,220,141). Sum of RGB (Red+Green+Blue) = 191+220+141=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC8D is #402372. Grayscale: #CACACA. Windows color (decimal): -4203379 or 9297087. OLE color: 9297087.
HSL color Cylindrical-coordinate representation of color #BFDC8D: hue angle of 82.03º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFDC8D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 141 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.14 |
| HSL | 82.03º | 0.53% | 0.71% | - |
| HSV(B) | 82.03º | 0.36% | 0.86% | - |
| XYZ | 51.89 | 64.19 | 34.85 | - |
| YUV | 202.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 141 | 0.13 | 0 | 0.36 | 0.14 | 82.03 | 0.53 | 0.71 |
| Hex | BF | DC | 8D | D | 0 | 24 | E | 52 | 35 | 47 |
| Octal | 277 | 334 | 215 | 15 | 0 | 44 | 16 | 122 | 65 | 107 |
| Binary | 10111111 | 11011100 | 10001101 | 1101 | 0 | 100100 | 1110 | 1010010 | 110101 | 1000111 |
Color Harmonies of #BFDC8D
Complementary color
Monochromatic Colors of #BFDC8D
Black with #BFDC8D
Text Example
Text Example
White with #BFDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC8D; }
p { color: rgb(191,220,141); }
H1.HeaderClassName
{
color: #BFDC8D;
}
.AnyTagClassName
{
color: #BFDC8D;
}
</style>
background-color css
<style>
a { background-color: #BFDC8D; }
a { background-color: rgb(191,220,141); }
div.DivClassName
{
background-color: #BFDC8D;
}
.BgClassName
{
background-color: #BFDC8D;
}
</style>
border-color css
<style>
span { border-color: #BFDC8D; }
span { border-color: rgb(191,220,141); }
td.TdClassName
{
border-color: #BFDC8D;
}
.TagClassName
{
border-color: #BFDC8D;
}
</style>