Shades of Sulu #BFD87C
Tints of Sulu #BFD87C
RGB
CMYK
RGB Variations
Color information
#BFD87C (or 0xBFD87C) is known color: Sulu. HEX triplet: BF, D8 and 7C. RGB value is (191,216,124). Sum of RGB (Red+Green+Blue) = 191+216+124=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD87C is #402783. Grayscale: #C6C6C6. Windows color (decimal): -4204420 or 8181951. OLE color: 8181951.
HSL color Cylindrical-coordinate representation of color #BFD87C: hue angle of 76.3º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD87C is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 124 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.15 |
| HSL | 76.3º | 0.54% | 0.67% | - |
| HSV(B) | 76.3º | 0.43% | 0.85% | - |
| XYZ | 49.68 | 61.64 | 28.35 | - |
| YUV | 198.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 124 | 0.12 | 0 | 0.43 | 0.15 | 76.3 | 0.54 | 0.67 |
| Hex | BF | D8 | 7C | C | 0 | 2B | F | 4C | 36 | 43 |
| Octal | 277 | 330 | 174 | 14 | 0 | 53 | 17 | 114 | 66 | 103 |
| Binary | 10111111 | 11011000 | 1111100 | 1100 | 0 | 101011 | 1111 | 1001100 | 110110 | 1000011 |
Color Harmonies of #BFD87C
Complementary color
Monochromatic Colors of #BFD87C
Black with #BFD87C
Text Example
Text Example
White with #BFD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD87C; }
p { color: rgb(191,216,124); }
H1.HeaderClassName
{
color: #BFD87C;
}
.AnyTagClassName
{
color: #BFD87C;
}
</style>
background-color css
<style>
a { background-color: #BFD87C; }
a { background-color: rgb(191,216,124); }
div.DivClassName
{
background-color: #BFD87C;
}
.BgClassName
{
background-color: #BFD87C;
}
</style>
border-color css
<style>
span { border-color: #BFD87C; }
span { border-color: rgb(191,216,124); }
td.TdClassName
{
border-color: #BFD87C;
}
.TagClassName
{
border-color: #BFD87C;
}
</style>