Shades of Las Palmas #BFD73B
Tints of Las Palmas #BFD73B
RGB
CMYK
RGB Variations
Color information
#BFD73B (or 0xBFD73B) is known color: Las Palmas. HEX triplet: BF, D7 and 3B. RGB value is (191,215,59). Sum of RGB (Red+Green+Blue) = 191+215+59=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD73B is #4028C4. Grayscale: #BEBEBE. Windows color (decimal): -4204741 or 3921855. OLE color: 3921855.
HSL color Cylindrical-coordinate representation of color #BFD73B: hue angle of 69.23º 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 #BFD73B is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 59 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.16 |
| HSL | 69.23º | 0.66% | 0.54% | - |
| HSV(B) | 69.23º | 0.73% | 0.84% | - |
| XYZ | 46.58 | 59.99 | 13.26 | - |
| YUV | 190.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 59 | 0.11 | 0 | 0.73 | 0.16 | 69.23 | 0.66 | 0.54 |
| Hex | BF | D7 | 3B | B | 0 | 49 | 10 | 45 | 42 | 36 |
| Octal | 277 | 327 | 73 | 13 | 0 | 111 | 20 | 105 | 102 | 66 |
| Binary | 10111111 | 11010111 | 111011 | 1011 | 0 | 1001001 | 10000 | 1000101 | 1000010 | 110110 |
Color Harmonies of #BFD73B
Complementary color
Monochromatic Colors of #BFD73B
Black with #BFD73B
Text Example
Text Example
White with #BFD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD73B; }
p { color: rgb(191,215,59); }
H1.HeaderClassName
{
color: #BFD73B;
}
.AnyTagClassName
{
color: #BFD73B;
}
</style>
background-color css
<style>
a { background-color: #BFD73B; }
a { background-color: rgb(191,215,59); }
div.DivClassName
{
background-color: #BFD73B;
}
.BgClassName
{
background-color: #BFD73B;
}
</style>
border-color css
<style>
span { border-color: #BFD73B; }
span { border-color: rgb(191,215,59); }
td.TdClassName
{
border-color: #BFD73B;
}
.TagClassName
{
border-color: #BFD73B;
}
</style>