Shades of Las Palmas #BFD849
Tints of Las Palmas #BFD849
RGB
CMYK
RGB Variations
Color information
#BFD849 (or 0xBFD849) is known color: Las Palmas. HEX triplet: BF, D8 and 49. RGB value is (191,216,73). Sum of RGB (Red+Green+Blue) = 191+216+73=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD849 is #4027B6. Grayscale: #C0C0C0. Windows color (decimal): -4204471 or 4839615. OLE color: 4839615.
HSL color Cylindrical-coordinate representation of color #BFD849: hue angle of 70.49º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD849 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 73 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.15 |
| HSL | 70.49º | 0.65% | 0.57% | - |
| HSV(B) | 70.49º | 0.66% | 0.85% | - |
| XYZ | 47.24 | 60.67 | 15.52 | - |
| YUV | 192.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 73 | 0.12 | 0 | 0.66 | 0.15 | 70.49 | 0.65 | 0.57 |
| Hex | BF | D8 | 49 | C | 0 | 42 | F | 46 | 41 | 39 |
| Octal | 277 | 330 | 111 | 14 | 0 | 102 | 17 | 106 | 101 | 71 |
| Binary | 10111111 | 11011000 | 1001001 | 1100 | 0 | 1000010 | 1111 | 1000110 | 1000001 | 111001 |
Color Harmonies of #BFD849
Complementary color
Monochromatic Colors of #BFD849
Black with #BFD849
Text Example
Text Example
White with #BFD849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD849; }
p { color: rgb(191,216,73); }
H1.HeaderClassName
{
color: #BFD849;
}
.AnyTagClassName
{
color: #BFD849;
}
</style>
background-color css
<style>
a { background-color: #BFD849; }
a { background-color: rgb(191,216,73); }
div.DivClassName
{
background-color: #BFD849;
}
.BgClassName
{
background-color: #BFD849;
}
</style>
border-color css
<style>
span { border-color: #BFD849; }
span { border-color: rgb(191,216,73); }
td.TdClassName
{
border-color: #BFD849;
}
.TagClassName
{
border-color: #BFD849;
}
</style>