Shades of Las Palmas #BFD936
Tints of Las Palmas #BFD936
RGB
CMYK
RGB Variations
Color information
#BFD936 (or 0xBFD936) is known color: Las Palmas. HEX triplet: BF, D9 and 36. RGB value is (191,217,54). Sum of RGB (Red+Green+Blue) = 191+217+54=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD936 is #4026C9. Grayscale: #BFBFBF. Windows color (decimal): -4204234 or 3594687. OLE color: 3594687.
HSL color Cylindrical-coordinate representation of color #BFD936: hue angle of 69.57º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFD936 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 54 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.15 |
| HSL | 69.57º | 0.68% | 0.53% | - |
| HSV(B) | 69.57º | 0.75% | 0.85% | - |
| XYZ | 46.96 | 60.97 | 12.78 | - |
| YUV | 190.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 54 | 0.12 | 0 | 0.75 | 0.15 | 69.57 | 0.68 | 0.53 |
| Hex | BF | D9 | 36 | C | 0 | 4B | F | 46 | 44 | 35 |
| Octal | 277 | 331 | 66 | 14 | 0 | 113 | 17 | 106 | 104 | 65 |
| Binary | 10111111 | 11011001 | 110110 | 1100 | 0 | 1001011 | 1111 | 1000110 | 1000100 | 110101 |
Color Harmonies of #BFD936
Complementary color
Monochromatic Colors of #BFD936
Black with #BFD936
Text Example
Text Example
White with #BFD936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD936; }
p { color: rgb(191,217,54); }
H1.HeaderClassName
{
color: #BFD936;
}
.AnyTagClassName
{
color: #BFD936;
}
</style>
background-color css
<style>
a { background-color: #BFD936; }
a { background-color: rgb(191,217,54); }
div.DivClassName
{
background-color: #BFD936;
}
.BgClassName
{
background-color: #BFD936;
}
</style>
border-color css
<style>
span { border-color: #BFD936; }
span { border-color: rgb(191,217,54); }
td.TdClassName
{
border-color: #BFD936;
}
.TagClassName
{
border-color: #BFD936;
}
</style>