Shades of Las Palmas #BFD935
Tints of Las Palmas #BFD935
RGB
CMYK
RGB Variations
Color information
#BFD935 (or 0xBFD935) is known color: Las Palmas. HEX triplet: BF, D9 and 35. RGB value is (191,217,53). Sum of RGB (Red+Green+Blue) = 191+217+53=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD935 is #4026CA. Grayscale: #BFBFBF. Windows color (decimal): -4204235 or 3529151. OLE color: 3529151.
HSL color Cylindrical-coordinate representation of color #BFD935: hue angle of 69.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFD935 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 53 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.15 |
| HSL | 69.51º | 0.68% | 0.53% | - |
| HSV(B) | 69.51º | 0.76% | 0.85% | - |
| XYZ | 46.94 | 60.96 | 12.66 | - |
| YUV | 190.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 53 | 0.12 | 0 | 0.76 | 0.15 | 69.51 | 0.68 | 0.53 |
| Hex | BF | D9 | 35 | C | 0 | 4C | F | 46 | 44 | 35 |
| Octal | 277 | 331 | 65 | 14 | 0 | 114 | 17 | 106 | 104 | 65 |
| Binary | 10111111 | 11011001 | 110101 | 1100 | 0 | 1001100 | 1111 | 1000110 | 1000100 | 110101 |
Color Harmonies of #BFD935
Complementary color
Monochromatic Colors of #BFD935
Black with #BFD935
Text Example
Text Example
White with #BFD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD935; }
p { color: rgb(191,217,53); }
H1.HeaderClassName
{
color: #BFD935;
}
.AnyTagClassName
{
color: #BFD935;
}
</style>
background-color css
<style>
a { background-color: #BFD935; }
a { background-color: rgb(191,217,53); }
div.DivClassName
{
background-color: #BFD935;
}
.BgClassName
{
background-color: #BFD935;
}
</style>
border-color css
<style>
span { border-color: #BFD935; }
span { border-color: rgb(191,217,53); }
td.TdClassName
{
border-color: #BFD935;
}
.TagClassName
{
border-color: #BFD935;
}
</style>