Shades of Las Palmas #BFD139
Tints of Las Palmas #BFD139
RGB
CMYK
RGB Variations
Color information
#BFD139 (or 0xBFD139) is known color: Las Palmas. HEX triplet: BF, D1 and 39. RGB value is (191,209,57). Sum of RGB (Red+Green+Blue) = 191+209+57=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD139 is #402EC6. Grayscale: #BABABA. Windows color (decimal): -4206279 or 3789247. OLE color: 3789247.
HSL color Cylindrical-coordinate representation of color #BFD139: hue angle of 67.11º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFD139 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 57 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.18 |
| HSL | 67.11º | 0.62% | 0.52% | - |
| HSV(B) | 67.11º | 0.73% | 0.82% | - |
| XYZ | 45.02 | 56.97 | 12.49 | - |
| YUV | 186.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 57 | 0.09 | 0 | 0.73 | 0.18 | 67.11 | 0.62 | 0.52 |
| Hex | BF | D1 | 39 | 9 | 0 | 49 | 12 | 43 | 3E | 34 |
| Octal | 277 | 321 | 71 | 11 | 0 | 111 | 22 | 103 | 76 | 64 |
| Binary | 10111111 | 11010001 | 111001 | 1001 | 0 | 1001001 | 10010 | 1000011 | 111110 | 110100 |
Color Harmonies of #BFD139
Complementary color
Monochromatic Colors of #BFD139
Black with #BFD139
Text Example
Text Example
White with #BFD139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD139; }
p { color: rgb(191,209,57); }
H1.HeaderClassName
{
color: #BFD139;
}
.AnyTagClassName
{
color: #BFD139;
}
</style>
background-color css
<style>
a { background-color: #BFD139; }
a { background-color: rgb(191,209,57); }
div.DivClassName
{
background-color: #BFD139;
}
.BgClassName
{
background-color: #BFD139;
}
</style>
border-color css
<style>
span { border-color: #BFD139; }
span { border-color: rgb(191,209,57); }
td.TdClassName
{
border-color: #BFD139;
}
.TagClassName
{
border-color: #BFD139;
}
</style>