Shades of Las Palmas #B9E140
Tints of Las Palmas #B9E140
RGB
CMYK
RGB Variations
Color information
#B9E140 (or 0xB9E140) is known color: Las Palmas. HEX triplet: B9, E1 and 40. RGB value is (185,225,64). Sum of RGB (Red+Green+Blue) = 185+225+64=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E140 is #461EBF. Grayscale: #C3C3C3. Windows color (decimal): -4595392 or 4252089. OLE color: 4252089.
HSL color Cylindrical-coordinate representation of color #B9E140: hue angle of 74.91º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9E140 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 64 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.12 |
| HSL | 74.91º | 0.73% | 0.57% | - |
| HSV(B) | 74.91º | 0.72% | 0.88% | - |
| XYZ | 47.86 | 64.53 | 14.78 | - |
| YUV | 194.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 64 | 0.18 | 0 | 0.72 | 0.12 | 74.91 | 0.73 | 0.57 |
| Hex | B9 | E1 | 40 | 12 | 0 | 48 | C | 4B | 49 | 39 |
| Octal | 271 | 341 | 100 | 22 | 0 | 110 | 14 | 113 | 111 | 71 |
| Binary | 10111001 | 11100001 | 1000000 | 10010 | 0 | 1001000 | 1100 | 1001011 | 1001001 | 111001 |
Color Harmonies of #B9E140
Complementary color
Monochromatic Colors of #B9E140
Black with #B9E140
Text Example
Text Example
White with #B9E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E140; }
p { color: rgb(185,225,64); }
H1.HeaderClassName
{
color: #B9E140;
}
.AnyTagClassName
{
color: #B9E140;
}
</style>
background-color css
<style>
a { background-color: #B9E140; }
a { background-color: rgb(185,225,64); }
div.DivClassName
{
background-color: #B9E140;
}
.BgClassName
{
background-color: #B9E140;
}
</style>
border-color css
<style>
span { border-color: #B9E140; }
span { border-color: rgb(185,225,64); }
td.TdClassName
{
border-color: #B9E140;
}
.TagClassName
{
border-color: #B9E140;
}
</style>