Shades of Las Palmas #BFD348
Tints of Las Palmas #BFD348
RGB
CMYK
RGB Variations
Color information
#BFD348 (or 0xBFD348) is known color: Las Palmas. HEX triplet: BF, D3 and 48. RGB value is (191,211,72). Sum of RGB (Red+Green+Blue) = 191+211+72=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD348 is #402CB7. Grayscale: #BDBDBD. Windows color (decimal): -4205752 or 4772799. OLE color: 4772799.
HSL color Cylindrical-coordinate representation of color #BFD348: hue angle of 68.63º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFD348 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 72 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.17 |
| HSL | 68.63º | 0.61% | 0.55% | - |
| HSV(B) | 68.63º | 0.66% | 0.83% | - |
| XYZ | 45.95 | 58.13 | 14.93 | - |
| YUV | 189.17 | 61.87 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 72 | 0.09 | 0 | 0.66 | 0.17 | 68.63 | 0.61 | 0.55 |
| Hex | BF | D3 | 48 | 9 | 0 | 42 | 11 | 45 | 3D | 37 |
| Octal | 277 | 323 | 110 | 11 | 0 | 102 | 21 | 105 | 75 | 67 |
| Binary | 10111111 | 11010011 | 1001000 | 1001 | 0 | 1000010 | 10001 | 1000101 | 111101 | 110111 |
Color Harmonies of #BFD348
Complementary color
Monochromatic Colors of #BFD348
Black with #BFD348
Text Example
Text Example
White with #BFD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD348; }
p { color: rgb(191,211,72); }
H1.HeaderClassName
{
color: #BFD348;
}
.AnyTagClassName
{
color: #BFD348;
}
</style>
background-color css
<style>
a { background-color: #BFD348; }
a { background-color: rgb(191,211,72); }
div.DivClassName
{
background-color: #BFD348;
}
.BgClassName
{
background-color: #BFD348;
}
</style>
border-color css
<style>
span { border-color: #BFD348; }
span { border-color: rgb(191,211,72); }
td.TdClassName
{
border-color: #BFD348;
}
.TagClassName
{
border-color: #BFD348;
}
</style>