Shades of Las Palmas #BFD938
Tints of Las Palmas #BFD938
RGB
CMYK
RGB Variations
Color information
#BFD938 (or 0xBFD938) is known color: Las Palmas. HEX triplet: BF, D9 and 38. RGB value is (191,217,56). Sum of RGB (Red+Green+Blue) = 191+217+56=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD938 is #4026C7. Grayscale: #BFBFBF. Windows color (decimal): -4204232 or 3725759. OLE color: 3725759.
HSL color Cylindrical-coordinate representation of color #BFD938: hue angle of 69.69º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFD938 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 56 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.15 |
| HSL | 69.69º | 0.68% | 0.54% | - |
| HSV(B) | 69.69º | 0.74% | 0.85% | - |
| XYZ | 47.01 | 60.99 | 13.04 | - |
| YUV | 190.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 56 | 0.12 | 0 | 0.74 | 0.15 | 69.69 | 0.68 | 0.54 |
| Hex | BF | D9 | 38 | C | 0 | 4A | F | 46 | 44 | 36 |
| Octal | 277 | 331 | 70 | 14 | 0 | 112 | 17 | 106 | 104 | 66 |
| Binary | 10111111 | 11011001 | 111000 | 1100 | 0 | 1001010 | 1111 | 1000110 | 1000100 | 110110 |
Color Harmonies of #BFD938
Complementary color
Monochromatic Colors of #BFD938
Black with #BFD938
Text Example
Text Example
White with #BFD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD938; }
p { color: rgb(191,217,56); }
H1.HeaderClassName
{
color: #BFD938;
}
.AnyTagClassName
{
color: #BFD938;
}
</style>
background-color css
<style>
a { background-color: #BFD938; }
a { background-color: rgb(191,217,56); }
div.DivClassName
{
background-color: #BFD938;
}
.BgClassName
{
background-color: #BFD938;
}
</style>
border-color css
<style>
span { border-color: #BFD938; }
span { border-color: rgb(191,217,56); }
td.TdClassName
{
border-color: #BFD938;
}
.TagClassName
{
border-color: #BFD938;
}
</style>