Shades of Las Palmas #BFD736
Tints of Las Palmas #BFD736
RGB
CMYK
RGB Variations
Color information
#BFD736 (or 0xBFD736) is known color: Las Palmas. HEX triplet: BF, D7 and 36. RGB value is (191,215,54). Sum of RGB (Red+Green+Blue) = 191+215+54=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 54 (21.48% from 255 or 11.74% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD736 is #4028C9. Grayscale: #BEBEBE. Windows color (decimal): -4204746 or 3594175. OLE color: 3594175.
HSL color Cylindrical-coordinate representation of color #BFD736: hue angle of 68.94º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFD736 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 54 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.16 |
| HSL | 68.94º | 0.67% | 0.53% | - |
| HSV(B) | 68.94º | 0.75% | 0.84% | - |
| XYZ | 46.45 | 59.94 | 12.61 | - |
| YUV | 189.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 54 | 0.11 | 0 | 0.75 | 0.16 | 68.94 | 0.67 | 0.53 |
| Hex | BF | D7 | 36 | B | 0 | 4B | 10 | 45 | 43 | 35 |
| Octal | 277 | 327 | 66 | 13 | 0 | 113 | 20 | 105 | 103 | 65 |
| Binary | 10111111 | 11010111 | 110110 | 1011 | 0 | 1001011 | 10000 | 1000101 | 1000011 | 110101 |
Color Harmonies of #BFD736
Complementary color
Monochromatic Colors of #BFD736
Black with #BFD736
Text Example
Text Example
White with #BFD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD736; }
p { color: rgb(191,215,54); }
H1.HeaderClassName
{
color: #BFD736;
}
.AnyTagClassName
{
color: #BFD736;
}
</style>
background-color css
<style>
a { background-color: #BFD736; }
a { background-color: rgb(191,215,54); }
div.DivClassName
{
background-color: #BFD736;
}
.BgClassName
{
background-color: #BFD736;
}
</style>
border-color css
<style>
span { border-color: #BFD736; }
span { border-color: rgb(191,215,54); }
td.TdClassName
{
border-color: #BFD736;
}
.TagClassName
{
border-color: #BFD736;
}
</style>