Shades of Las Palmas #BFD838
Tints of Las Palmas #BFD838
RGB
CMYK
RGB Variations
Color information
#BFD838 (or 0xBFD838) is known color: Las Palmas. HEX triplet: BF, D8 and 38. RGB value is (191,216,56). Sum of RGB (Red+Green+Blue) = 191+216+56=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD838 is #4027C7. Grayscale: #BEBEBE. Windows color (decimal): -4204488 or 3725503. OLE color: 3725503.
HSL color Cylindrical-coordinate representation of color #BFD838: hue angle of 69.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFD838 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 56 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.15 |
| HSL | 69.38º | 0.67% | 0.53% | - |
| HSV(B) | 69.38º | 0.74% | 0.85% | - |
| XYZ | 46.76 | 60.47 | 12.95 | - |
| YUV | 190.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 56 | 0.12 | 0 | 0.74 | 0.15 | 69.38 | 0.67 | 0.53 |
| Hex | BF | D8 | 38 | C | 0 | 4A | F | 45 | 43 | 35 |
| Octal | 277 | 330 | 70 | 14 | 0 | 112 | 17 | 105 | 103 | 65 |
| Binary | 10111111 | 11011000 | 111000 | 1100 | 0 | 1001010 | 1111 | 1000101 | 1000011 | 110101 |
Color Harmonies of #BFD838
Complementary color
Monochromatic Colors of #BFD838
Black with #BFD838
Text Example
Text Example
White with #BFD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD838; }
p { color: rgb(191,216,56); }
H1.HeaderClassName
{
color: #BFD838;
}
.AnyTagClassName
{
color: #BFD838;
}
</style>
background-color css
<style>
a { background-color: #BFD838; }
a { background-color: rgb(191,216,56); }
div.DivClassName
{
background-color: #BFD838;
}
.BgClassName
{
background-color: #BFD838;
}
</style>
border-color css
<style>
span { border-color: #BFD838; }
span { border-color: rgb(191,216,56); }
td.TdClassName
{
border-color: #BFD838;
}
.TagClassName
{
border-color: #BFD838;
}
</style>