Shades of Las Palmas #B9E432
Tints of Las Palmas #B9E432
RGB
CMYK
RGB Variations
Color information
#B9E432 (or 0xB9E432) is known color: Las Palmas. HEX triplet: B9, E4 and 32. RGB value is (185,228,50). Sum of RGB (Red+Green+Blue) = 185+228+50=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E432 is #461BCD. Grayscale: #C3C3C3. Windows color (decimal): -4594638 or 3335353. OLE color: 3335353.
HSL color Cylindrical-coordinate representation of color #B9E432: hue angle of 74.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9E432 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 50 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.11 |
| HSL | 74.49º | 0.77% | 0.55% | - |
| HSV(B) | 74.49º | 0.78% | 0.89% | - |
| XYZ | 48.33 | 66.03 | 13.22 | - |
| YUV | 194.85 | 46.25 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 50 | 0.19 | 0 | 0.78 | 0.11 | 74.49 | 0.77 | 0.55 |
| Hex | B9 | E4 | 32 | 13 | 0 | 4E | B | 4A | 4D | 37 |
| Octal | 271 | 344 | 62 | 23 | 0 | 116 | 13 | 112 | 115 | 67 |
| Binary | 10111001 | 11100100 | 110010 | 10011 | 0 | 1001110 | 1011 | 1001010 | 1001101 | 110111 |
Color Harmonies of #B9E432
Complementary color
Monochromatic Colors of #B9E432
Black with #B9E432
Text Example
Text Example
White with #B9E432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E432; }
p { color: rgb(185,228,50); }
H1.HeaderClassName
{
color: #B9E432;
}
.AnyTagClassName
{
color: #B9E432;
}
</style>
background-color css
<style>
a { background-color: #B9E432; }
a { background-color: rgb(185,228,50); }
div.DivClassName
{
background-color: #B9E432;
}
.BgClassName
{
background-color: #B9E432;
}
</style>
border-color css
<style>
span { border-color: #B9E432; }
span { border-color: rgb(185,228,50); }
td.TdClassName
{
border-color: #B9E432;
}
.TagClassName
{
border-color: #B9E432;
}
</style>