Shades of Las Palmas #BFDB36
Tints of Las Palmas #BFDB36
RGB
CMYK
RGB Variations
Color information
#BFDB36 (or 0xBFDB36) is known color: Las Palmas. HEX triplet: BF, DB and 36. RGB value is (191,219,54). Sum of RGB (Red+Green+Blue) = 191+219+54=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 54 (21.48% from 255 or 11.64% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB36 is #4024C9. Grayscale: #C0C0C0. Windows color (decimal): -4203722 or 3595199. OLE color: 3595199.
HSL color Cylindrical-coordinate representation of color #BFDB36: hue angle of 70.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFDB36 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 54 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.14 |
| HSL | 70.18º | 0.7% | 0.54% | - |
| HSV(B) | 70.18º | 0.75% | 0.86% | - |
| XYZ | 47.48 | 62.01 | 12.96 | - |
| YUV | 191.82 | 50.22 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 54 | 0.13 | 0 | 0.75 | 0.14 | 70.18 | 0.7 | 0.54 |
| Hex | BF | DB | 36 | D | 0 | 4B | E | 46 | 46 | 36 |
| Octal | 277 | 333 | 66 | 15 | 0 | 113 | 16 | 106 | 106 | 66 |
| Binary | 10111111 | 11011011 | 110110 | 1101 | 0 | 1001011 | 1110 | 1000110 | 1000110 | 110110 |
Color Harmonies of #BFDB36
Complementary color
Monochromatic Colors of #BFDB36
Black with #BFDB36
Text Example
Text Example
White with #BFDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB36; }
p { color: rgb(191,219,54); }
H1.HeaderClassName
{
color: #BFDB36;
}
.AnyTagClassName
{
color: #BFDB36;
}
</style>
background-color css
<style>
a { background-color: #BFDB36; }
a { background-color: rgb(191,219,54); }
div.DivClassName
{
background-color: #BFDB36;
}
.BgClassName
{
background-color: #BFDB36;
}
</style>
border-color css
<style>
span { border-color: #BFDB36; }
span { border-color: rgb(191,219,54); }
td.TdClassName
{
border-color: #BFDB36;
}
.TagClassName
{
border-color: #BFDB36;
}
</style>