Shades of Las Palmas #BFD93A
Tints of Las Palmas #BFD93A
RGB
CMYK
RGB Variations
Color information
#BFD93A (or 0xBFD93A) is known color: Las Palmas. HEX triplet: BF, D9 and 3A. RGB value is (191,217,58). Sum of RGB (Red+Green+Blue) = 191+217+58=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD93A is #4026C5. Grayscale: #BFBFBF. Windows color (decimal): -4204230 or 3856831. OLE color: 3856831.
HSL color Cylindrical-coordinate representation of color #BFD93A: hue angle of 69.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFD93A is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 58 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.15 |
| HSL | 69.81º | 0.68% | 0.54% | - |
| HSV(B) | 69.81º | 0.73% | 0.85% | - |
| XYZ | 47.06 | 61.01 | 13.3 | - |
| YUV | 191.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 58 | 0.12 | 0 | 0.73 | 0.15 | 69.81 | 0.68 | 0.54 |
| Hex | BF | D9 | 3A | C | 0 | 49 | F | 46 | 44 | 36 |
| Octal | 277 | 331 | 72 | 14 | 0 | 111 | 17 | 106 | 104 | 66 |
| Binary | 10111111 | 11011001 | 111010 | 1100 | 0 | 1001001 | 1111 | 1000110 | 1000100 | 110110 |
Color Harmonies of #BFD93A
Complementary color
Monochromatic Colors of #BFD93A
Black with #BFD93A
Text Example
Text Example
White with #BFD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD93A; }
p { color: rgb(191,217,58); }
H1.HeaderClassName
{
color: #BFD93A;
}
.AnyTagClassName
{
color: #BFD93A;
}
</style>
background-color css
<style>
a { background-color: #BFD93A; }
a { background-color: rgb(191,217,58); }
div.DivClassName
{
background-color: #BFD93A;
}
.BgClassName
{
background-color: #BFD93A;
}
</style>
border-color css
<style>
span { border-color: #BFD93A; }
span { border-color: rgb(191,217,58); }
td.TdClassName
{
border-color: #BFD93A;
}
.TagClassName
{
border-color: #BFD93A;
}
</style>