Shades of Las Palmas #BBE332
Tints of Las Palmas #BBE332
RGB
CMYK
RGB Variations
Color information
#BBE332 (or 0xBBE332) is known color: Las Palmas. HEX triplet: BB, E3 and 32. RGB value is (187,227,50). Sum of RGB (Red+Green+Blue) = 187+227+50=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE332 is #441CCD. Grayscale: #C3C3C3. Windows color (decimal): -4463822 or 3335099. OLE color: 3335099.
HSL color Cylindrical-coordinate representation of color #BBE332: hue angle of 73.56º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBE332 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 50 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.11 |
| HSL | 73.56º | 0.76% | 0.54% | - |
| HSV(B) | 73.56º | 0.78% | 0.89% | - |
| XYZ | 48.54 | 65.73 | 13.15 | - |
| YUV | 194.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 50 | 0.18 | 0 | 0.78 | 0.11 | 73.56 | 0.76 | 0.54 |
| Hex | BB | E3 | 32 | 12 | 0 | 4E | B | 4A | 4C | 36 |
| Octal | 273 | 343 | 62 | 22 | 0 | 116 | 13 | 112 | 114 | 66 |
| Binary | 10111011 | 11100011 | 110010 | 10010 | 0 | 1001110 | 1011 | 1001010 | 1001100 | 110110 |
Color Harmonies of #BBE332
Complementary color
Monochromatic Colors of #BBE332
Black with #BBE332
Text Example
Text Example
White with #BBE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE332; }
p { color: rgb(187,227,50); }
H1.HeaderClassName
{
color: #BBE332;
}
.AnyTagClassName
{
color: #BBE332;
}
</style>
background-color css
<style>
a { background-color: #BBE332; }
a { background-color: rgb(187,227,50); }
div.DivClassName
{
background-color: #BBE332;
}
.BgClassName
{
background-color: #BBE332;
}
</style>
border-color css
<style>
span { border-color: #BBE332; }
span { border-color: rgb(187,227,50); }
td.TdClassName
{
border-color: #BBE332;
}
.TagClassName
{
border-color: #BBE332;
}
</style>