Shades of Las Palmas #B9E138
Tints of Las Palmas #B9E138
RGB
CMYK
RGB Variations
Color information
#B9E138 (or 0xB9E138) is known color: Las Palmas. HEX triplet: B9, E1 and 38. RGB value is (185,225,56). Sum of RGB (Red+Green+Blue) = 185+225+56=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E138 is #461EC7. Grayscale: #C2C2C2. Windows color (decimal): -4595400 or 3727801. OLE color: 3727801.
HSL color Cylindrical-coordinate representation of color #B9E138: hue angle of 74.2º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9E138 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 56 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.12 |
| HSL | 74.2º | 0.74% | 0.55% | - |
| HSV(B) | 74.2º | 0.75% | 0.88% | - |
| XYZ | 47.65 | 64.45 | 13.67 | - |
| YUV | 193.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 56 | 0.18 | 0 | 0.75 | 0.12 | 74.2 | 0.74 | 0.55 |
| Hex | B9 | E1 | 38 | 12 | 0 | 4B | C | 4A | 4A | 37 |
| Octal | 271 | 341 | 70 | 22 | 0 | 113 | 14 | 112 | 112 | 67 |
| Binary | 10111001 | 11100001 | 111000 | 10010 | 0 | 1001011 | 1100 | 1001010 | 1001010 | 110111 |
Color Harmonies of #B9E138
Complementary color
Monochromatic Colors of #B9E138
Black with #B9E138
Text Example
Text Example
White with #B9E138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E138; }
p { color: rgb(185,225,56); }
H1.HeaderClassName
{
color: #B9E138;
}
.AnyTagClassName
{
color: #B9E138;
}
</style>
background-color css
<style>
a { background-color: #B9E138; }
a { background-color: rgb(185,225,56); }
div.DivClassName
{
background-color: #B9E138;
}
.BgClassName
{
background-color: #B9E138;
}
</style>
border-color css
<style>
span { border-color: #B9E138; }
span { border-color: rgb(185,225,56); }
td.TdClassName
{
border-color: #B9E138;
}
.TagClassName
{
border-color: #B9E138;
}
</style>