Shades of Las Palmas #BFD33B
Tints of Las Palmas #BFD33B
RGB
CMYK
RGB Variations
Color information
#BFD33B (or 0xBFD33B) is known color: Las Palmas. HEX triplet: BF, D3 and 3B. RGB value is (191,211,59). Sum of RGB (Red+Green+Blue) = 191+211+59=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD33B is #402CC4. Grayscale: #BCBCBC. Windows color (decimal): -4205765 or 3920831. OLE color: 3920831.
HSL color Cylindrical-coordinate representation of color #BFD33B: hue angle of 67.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFD33B is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 59 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.17 |
| HSL | 67.89º | 0.63% | 0.53% | - |
| HSV(B) | 67.89º | 0.72% | 0.83% | - |
| XYZ | 45.57 | 57.98 | 12.93 | - |
| YUV | 187.69 | 55.37 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 59 | 0.09 | 0 | 0.72 | 0.17 | 67.89 | 0.63 | 0.53 |
| Hex | BF | D3 | 3B | 9 | 0 | 48 | 11 | 44 | 3F | 35 |
| Octal | 277 | 323 | 73 | 11 | 0 | 110 | 21 | 104 | 77 | 65 |
| Binary | 10111111 | 11010011 | 111011 | 1001 | 0 | 1001000 | 10001 | 1000100 | 111111 | 110101 |
Color Harmonies of #BFD33B
Complementary color
Monochromatic Colors of #BFD33B
Black with #BFD33B
Text Example
Text Example
White with #BFD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD33B; }
p { color: rgb(191,211,59); }
H1.HeaderClassName
{
color: #BFD33B;
}
.AnyTagClassName
{
color: #BFD33B;
}
</style>
background-color css
<style>
a { background-color: #BFD33B; }
a { background-color: rgb(191,211,59); }
div.DivClassName
{
background-color: #BFD33B;
}
.BgClassName
{
background-color: #BFD33B;
}
</style>
border-color css
<style>
span { border-color: #BFD33B; }
span { border-color: rgb(191,211,59); }
td.TdClassName
{
border-color: #BFD33B;
}
.TagClassName
{
border-color: #BFD33B;
}
</style>