Shades of Sulu #BFD98C
Tints of Sulu #BFD98C
RGB
CMYK
RGB Variations
Color information
#BFD98C (or 0xBFD98C) is known color: Sulu. HEX triplet: BF, D9 and 8C. RGB value is (191,217,140). Sum of RGB (Red+Green+Blue) = 191+217+140=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD98C is #402673. Grayscale: #C8C8C8. Windows color (decimal): -4204148 or 9230783. OLE color: 9230783.
HSL color Cylindrical-coordinate representation of color #BFD98C: hue angle of 80.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD98C is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 140 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.15 |
| HSL | 80.26º | 0.5% | 0.7% | - |
| HSV(B) | 80.26º | 0.35% | 0.85% | - |
| XYZ | 51.03 | 62.6 | 34.2 | - |
| YUV | 200.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 140 | 0.12 | 0 | 0.35 | 0.15 | 80.26 | 0.5 | 0.7 |
| Hex | BF | D9 | 8C | C | 0 | 23 | F | 50 | 32 | 46 |
| Octal | 277 | 331 | 214 | 14 | 0 | 43 | 17 | 120 | 62 | 106 |
| Binary | 10111111 | 11011001 | 10001100 | 1100 | 0 | 100011 | 1111 | 1010000 | 110010 | 1000110 |
Color Harmonies of #BFD98C
Complementary color
Monochromatic Colors of #BFD98C
Black with #BFD98C
Text Example
Text Example
White with #BFD98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD98C; }
p { color: rgb(191,217,140); }
H1.HeaderClassName
{
color: #BFD98C;
}
.AnyTagClassName
{
color: #BFD98C;
}
</style>
background-color css
<style>
a { background-color: #BFD98C; }
a { background-color: rgb(191,217,140); }
div.DivClassName
{
background-color: #BFD98C;
}
.BgClassName
{
background-color: #BFD98C;
}
</style>
border-color css
<style>
span { border-color: #BFD98C; }
span { border-color: rgb(191,217,140); }
td.TdClassName
{
border-color: #BFD98C;
}
.TagClassName
{
border-color: #BFD98C;
}
</style>