Shades of Las Palmas #B9E732
Tints of Las Palmas #B9E732
RGB
CMYK
RGB Variations
Color information
#B9E732 (or 0xB9E732) is known color: Las Palmas. HEX triplet: B9, E7 and 32. RGB value is (185,231,50). Sum of RGB (Red+Green+Blue) = 185+231+50=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E732 is #4618CD. Grayscale: #C5C5C5. Windows color (decimal): -4593870 or 3336121. OLE color: 3336121.
HSL color Cylindrical-coordinate representation of color #B9E732: hue angle of 75.25º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9E732 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 50 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.09 |
| HSL | 75.25º | 0.79% | 0.55% | - |
| HSV(B) | 75.25º | 0.78% | 0.91% | - |
| XYZ | 49.16 | 67.7 | 13.49 | - |
| YUV | 196.61 | 45.26 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 50 | 0.20 | 0 | 0.78 | 0.09 | 75.25 | 0.79 | 0.55 |
| Hex | B9 | E7 | 32 | 14 | 0 | 4E | 9 | 4B | 4F | 37 |
| Octal | 271 | 347 | 62 | 24 | 0 | 116 | 11 | 113 | 117 | 67 |
| Binary | 10111001 | 11100111 | 110010 | 10100 | 0 | 1001110 | 1001 | 1001011 | 1001111 | 110111 |
Color Harmonies of #B9E732
Complementary color
Monochromatic Colors of #B9E732
Black with #B9E732
Text Example
Text Example
White with #B9E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E732; }
p { color: rgb(185,231,50); }
H1.HeaderClassName
{
color: #B9E732;
}
.AnyTagClassName
{
color: #B9E732;
}
</style>
background-color css
<style>
a { background-color: #B9E732; }
a { background-color: rgb(185,231,50); }
div.DivClassName
{
background-color: #B9E732;
}
.BgClassName
{
background-color: #B9E732;
}
</style>
border-color css
<style>
span { border-color: #B9E732; }
span { border-color: rgb(185,231,50); }
td.TdClassName
{
border-color: #B9E732;
}
.TagClassName
{
border-color: #B9E732;
}
</style>