Shades of Las Palmas #B9E938
Tints of Las Palmas #B9E938
RGB
CMYK
RGB Variations
Color information
#B9E938 (or 0xB9E938) is known color: Las Palmas. HEX triplet: B9, E9 and 38. RGB value is (185,233,56). Sum of RGB (Red+Green+Blue) = 185+233+56=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E938 is #4616C7. Grayscale: #C7C7C7. Windows color (decimal): -4593352 or 3729849. OLE color: 3729849.
HSL color Cylindrical-coordinate representation of color #B9E938: hue angle of 76.27º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9E938 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 56 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.09 |
| HSL | 76.27º | 0.8% | 0.57% | - |
| HSV(B) | 76.27º | 0.76% | 0.91% | - |
| XYZ | 49.86 | 68.88 | 14.41 | - |
| YUV | 198.47 | 47.6 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 56 | 0.21 | 0 | 0.76 | 0.09 | 76.27 | 0.8 | 0.57 |
| Hex | B9 | E9 | 38 | 15 | 0 | 4C | 9 | 4C | 50 | 39 |
| Octal | 271 | 351 | 70 | 25 | 0 | 114 | 11 | 114 | 120 | 71 |
| Binary | 10111001 | 11101001 | 111000 | 10101 | 0 | 1001100 | 1001 | 1001100 | 1010000 | 111001 |
Color Harmonies of #B9E938
Complementary color
Monochromatic Colors of #B9E938
Black with #B9E938
Text Example
Text Example
White with #B9E938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E938; }
p { color: rgb(185,233,56); }
H1.HeaderClassName
{
color: #B9E938;
}
.AnyTagClassName
{
color: #B9E938;
}
</style>
background-color css
<style>
a { background-color: #B9E938; }
a { background-color: rgb(185,233,56); }
div.DivClassName
{
background-color: #B9E938;
}
.BgClassName
{
background-color: #B9E938;
}
</style>
border-color css
<style>
span { border-color: #B9E938; }
span { border-color: rgb(185,233,56); }
td.TdClassName
{
border-color: #B9E938;
}
.TagClassName
{
border-color: #B9E938;
}
</style>