Shades of Las Palmas #BFD546
Tints of Las Palmas #BFD546
RGB
CMYK
RGB Variations
Color information
#BFD546 (or 0xBFD546) is known color: Las Palmas. HEX triplet: BF, D5 and 46. RGB value is (191,213,70). Sum of RGB (Red+Green+Blue) = 191+213+70=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD546 is #402AB9. Grayscale: #BEBEBE. Windows color (decimal): -4205242 or 4642239. OLE color: 4642239.
HSL color Cylindrical-coordinate representation of color #BFD546: hue angle of 69.23º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFD546 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 70 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.16 |
| HSL | 69.23º | 0.63% | 0.55% | - |
| HSV(B) | 69.23º | 0.67% | 0.84% | - |
| XYZ | 46.39 | 59.11 | 14.76 | - |
| YUV | 190.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 70 | 0.10 | 0 | 0.67 | 0.16 | 69.23 | 0.63 | 0.55 |
| Hex | BF | D5 | 46 | A | 0 | 43 | 10 | 45 | 3F | 37 |
| Octal | 277 | 325 | 106 | 12 | 0 | 103 | 20 | 105 | 77 | 67 |
| Binary | 10111111 | 11010101 | 1000110 | 1010 | 0 | 1000011 | 10000 | 1000101 | 111111 | 110111 |
Color Harmonies of #BFD546
Complementary color
Monochromatic Colors of #BFD546
Black with #BFD546
Text Example
Text Example
White with #BFD546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD546; }
p { color: rgb(191,213,70); }
H1.HeaderClassName
{
color: #BFD546;
}
.AnyTagClassName
{
color: #BFD546;
}
</style>
background-color css
<style>
a { background-color: #BFD546; }
a { background-color: rgb(191,213,70); }
div.DivClassName
{
background-color: #BFD546;
}
.BgClassName
{
background-color: #BFD546;
}
</style>
border-color css
<style>
span { border-color: #BFD546; }
span { border-color: rgb(191,213,70); }
td.TdClassName
{
border-color: #BFD546;
}
.TagClassName
{
border-color: #BFD546;
}
</style>