Shades of Sulu #BFDF93
Tints of Sulu #BFDF93
RGB
CMYK
RGB Variations
Color information
#BFDF93 (or 0xBFDF93) is known color: Sulu. HEX triplet: BF, DF and 93. RGB value is (191,223,147). Sum of RGB (Red+Green+Blue) = 191+223+147=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDF93 is #40206C. Grayscale: #CDCDCD. Windows color (decimal): -4202605 or 9691071. OLE color: 9691071.
HSL color Cylindrical-coordinate representation of color #BFDF93: hue angle of 85.26º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFDF93 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 147 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.13 |
| HSL | 85.26º | 0.54% | 0.73% | - |
| HSV(B) | 85.26º | 0.34% | 0.87% | - |
| XYZ | 53.14 | 65.96 | 37.53 | - |
| YUV | 204.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 147 | 0.14 | 0 | 0.34 | 0.13 | 85.26 | 0.54 | 0.73 |
| Hex | BF | DF | 93 | E | 0 | 22 | D | 55 | 36 | 49 |
| Octal | 277 | 337 | 223 | 16 | 0 | 42 | 15 | 125 | 66 | 111 |
| Binary | 10111111 | 11011111 | 10010011 | 1110 | 0 | 100010 | 1101 | 1010101 | 110110 | 1001001 |
Color Harmonies of #BFDF93
Complementary color
Monochromatic Colors of #BFDF93
Black with #BFDF93
Text Example
Text Example
White with #BFDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF93; }
p { color: rgb(191,223,147); }
H1.HeaderClassName
{
color: #BFDF93;
}
.AnyTagClassName
{
color: #BFDF93;
}
</style>
background-color css
<style>
a { background-color: #BFDF93; }
a { background-color: rgb(191,223,147); }
div.DivClassName
{
background-color: #BFDF93;
}
.BgClassName
{
background-color: #BFDF93;
}
</style>
border-color css
<style>
span { border-color: #BFDF93; }
span { border-color: rgb(191,223,147); }
td.TdClassName
{
border-color: #BFDF93;
}
.TagClassName
{
border-color: #BFDF93;
}
</style>