Shades of Las Palmas #BFD337
Tints of Las Palmas #BFD337
RGB
CMYK
RGB Variations
Color information
#BFD337 (or 0xBFD337) is known color: Las Palmas. HEX triplet: BF, D3 and 37. RGB value is (191,211,55). Sum of RGB (Red+Green+Blue) = 191+211+55=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD337 is #402CC8. Grayscale: #BBBBBB. Windows color (decimal): -4205769 or 3658687. OLE color: 3658687.
HSL color Cylindrical-coordinate representation of color #BFD337: hue angle of 67.69º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFD337 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 55 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.17 |
| HSL | 67.69º | 0.64% | 0.52% | - |
| HSV(B) | 67.69º | 0.74% | 0.83% | - |
| XYZ | 45.47 | 57.94 | 12.4 | - |
| YUV | 187.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 55 | 0.09 | 0 | 0.74 | 0.17 | 67.69 | 0.64 | 0.52 |
| Hex | BF | D3 | 37 | 9 | 0 | 4A | 11 | 44 | 40 | 34 |
| Octal | 277 | 323 | 67 | 11 | 0 | 112 | 21 | 104 | 100 | 64 |
| Binary | 10111111 | 11010011 | 110111 | 1001 | 0 | 1001010 | 10001 | 1000100 | 1000000 | 110100 |
Color Harmonies of #BFD337
Complementary color
Monochromatic Colors of #BFD337
Black with #BFD337
Text Example
Text Example
White with #BFD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD337; }
p { color: rgb(191,211,55); }
H1.HeaderClassName
{
color: #BFD337;
}
.AnyTagClassName
{
color: #BFD337;
}
</style>
background-color css
<style>
a { background-color: #BFD337; }
a { background-color: rgb(191,211,55); }
div.DivClassName
{
background-color: #BFD337;
}
.BgClassName
{
background-color: #BFD337;
}
</style>
border-color css
<style>
span { border-color: #BFD337; }
span { border-color: rgb(191,211,55); }
td.TdClassName
{
border-color: #BFD337;
}
.TagClassName
{
border-color: #BFD337;
}
</style>