Shades of Las Palmas #BFD339
Tints of Las Palmas #BFD339
RGB
CMYK
RGB Variations
Color information
#BFD339 (or 0xBFD339) is known color: Las Palmas. HEX triplet: BF, D3 and 39. RGB value is (191,211,57). Sum of RGB (Red+Green+Blue) = 191+211+57=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD339 is #402CC6. Grayscale: #BCBCBC. Windows color (decimal): -4205767 or 3789759. OLE color: 3789759.
HSL color Cylindrical-coordinate representation of color #BFD339: hue angle of 67.79º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFD339 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 57 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.17 |
| HSL | 67.79º | 0.64% | 0.53% | - |
| HSV(B) | 67.79º | 0.73% | 0.83% | - |
| XYZ | 45.52 | 57.96 | 12.66 | - |
| YUV | 187.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 57 | 0.09 | 0 | 0.73 | 0.17 | 67.79 | 0.64 | 0.53 |
| Hex | BF | D3 | 39 | 9 | 0 | 49 | 11 | 44 | 40 | 35 |
| Octal | 277 | 323 | 71 | 11 | 0 | 111 | 21 | 104 | 100 | 65 |
| Binary | 10111111 | 11010011 | 111001 | 1001 | 0 | 1001001 | 10001 | 1000100 | 1000000 | 110101 |
Color Harmonies of #BFD339
Complementary color
Monochromatic Colors of #BFD339
Black with #BFD339
Text Example
Text Example
White with #BFD339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD339; }
p { color: rgb(191,211,57); }
H1.HeaderClassName
{
color: #BFD339;
}
.AnyTagClassName
{
color: #BFD339;
}
</style>
background-color css
<style>
a { background-color: #BFD339; }
a { background-color: rgb(191,211,57); }
div.DivClassName
{
background-color: #BFD339;
}
.BgClassName
{
background-color: #BFD339;
}
</style>
border-color css
<style>
span { border-color: #BFD339; }
span { border-color: rgb(191,211,57); }
td.TdClassName
{
border-color: #BFD339;
}
.TagClassName
{
border-color: #BFD339;
}
</style>