Shades of Sulu #BFD87B
Tints of Sulu #BFD87B
RGB
CMYK
RGB Variations
Color information
#BFD87B (or 0xBFD87B) is known color: Sulu. HEX triplet: BF, D8 and 7B. RGB value is (191,216,123). Sum of RGB (Red+Green+Blue) = 191+216+123=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD87B is #402784. Grayscale: #C6C6C6. Windows color (decimal): -4204421 or 8116415. OLE color: 8116415.
HSL color Cylindrical-coordinate representation of color #BFD87B: hue angle of 76.13º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD87B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 123 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.15 |
| HSL | 76.13º | 0.54% | 0.66% | - |
| HSV(B) | 76.13º | 0.43% | 0.85% | - |
| XYZ | 49.62 | 61.62 | 28.02 | - |
| YUV | 197.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 123 | 0.12 | 0 | 0.43 | 0.15 | 76.13 | 0.54 | 0.66 |
| Hex | BF | D8 | 7B | C | 0 | 2B | F | 4C | 36 | 42 |
| Octal | 277 | 330 | 173 | 14 | 0 | 53 | 17 | 114 | 66 | 102 |
| Binary | 10111111 | 11011000 | 1111011 | 1100 | 0 | 101011 | 1111 | 1001100 | 110110 | 1000010 |
Color Harmonies of #BFD87B
Complementary color
Monochromatic Colors of #BFD87B
Black with #BFD87B
Text Example
Text Example
White with #BFD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD87B; }
p { color: rgb(191,216,123); }
H1.HeaderClassName
{
color: #BFD87B;
}
.AnyTagClassName
{
color: #BFD87B;
}
</style>
background-color css
<style>
a { background-color: #BFD87B; }
a { background-color: rgb(191,216,123); }
div.DivClassName
{
background-color: #BFD87B;
}
.BgClassName
{
background-color: #BFD87B;
}
</style>
border-color css
<style>
span { border-color: #BFD87B; }
span { border-color: rgb(191,216,123); }
td.TdClassName
{
border-color: #BFD87B;
}
.TagClassName
{
border-color: #BFD87B;
}
</style>