Shades of Las Palmas #BFD73A
Tints of Las Palmas #BFD73A
RGB
CMYK
RGB Variations
Color information
#BFD73A (or 0xBFD73A) is known color: Las Palmas. HEX triplet: BF, D7 and 3A. RGB value is (191,215,58). Sum of RGB (Red+Green+Blue) = 191+215+58=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD73A is #4028C5. Grayscale: #BEBEBE. Windows color (decimal): -4204742 or 3856319. OLE color: 3856319.
HSL color Cylindrical-coordinate representation of color #BFD73A: hue angle of 69.17º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFD73A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 58 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.16 |
| HSL | 69.17º | 0.66% | 0.54% | - |
| HSV(B) | 69.17º | 0.73% | 0.84% | - |
| XYZ | 46.55 | 59.98 | 13.13 | - |
| YUV | 189.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 58 | 0.11 | 0 | 0.73 | 0.16 | 69.17 | 0.66 | 0.54 |
| Hex | BF | D7 | 3A | B | 0 | 49 | 10 | 45 | 42 | 36 |
| Octal | 277 | 327 | 72 | 13 | 0 | 111 | 20 | 105 | 102 | 66 |
| Binary | 10111111 | 11010111 | 111010 | 1011 | 0 | 1001001 | 10000 | 1000101 | 1000010 | 110110 |
Color Harmonies of #BFD73A
Complementary color
Monochromatic Colors of #BFD73A
Black with #BFD73A
Text Example
Text Example
White with #BFD73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD73A; }
p { color: rgb(191,215,58); }
H1.HeaderClassName
{
color: #BFD73A;
}
.AnyTagClassName
{
color: #BFD73A;
}
</style>
background-color css
<style>
a { background-color: #BFD73A; }
a { background-color: rgb(191,215,58); }
div.DivClassName
{
background-color: #BFD73A;
}
.BgClassName
{
background-color: #BFD73A;
}
</style>
border-color css
<style>
span { border-color: #BFD73A; }
span { border-color: rgb(191,215,58); }
td.TdClassName
{
border-color: #BFD73A;
}
.TagClassName
{
border-color: #BFD73A;
}
</style>