Shades of Las Palmas #BBEA32
Tints of Las Palmas #BBEA32
RGB
CMYK
RGB Variations
Color information
#BBEA32 (or 0xBBEA32) is known color: Las Palmas. HEX triplet: BB, EA and 32. RGB value is (187,234,50). Sum of RGB (Red+Green+Blue) = 187+234+50=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEA32 is #4415CD. Grayscale: #C7C7C7. Windows color (decimal): -4462030 or 3336891. OLE color: 3336891.
HSL color Cylindrical-coordinate representation of color #BBEA32: hue angle of 75.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBEA32 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 50 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.08 |
| HSL | 75.33º | 0.81% | 0.56% | - |
| HSV(B) | 75.33º | 0.79% | 0.92% | - |
| XYZ | 50.49 | 69.64 | 13.8 | - |
| YUV | 198.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 50 | 0.20 | 0 | 0.79 | 0.08 | 75.33 | 0.81 | 0.56 |
| Hex | BB | EA | 32 | 14 | 0 | 4F | 8 | 4B | 51 | 38 |
| Octal | 273 | 352 | 62 | 24 | 0 | 117 | 10 | 113 | 121 | 70 |
| Binary | 10111011 | 11101010 | 110010 | 10100 | 0 | 1001111 | 1000 | 1001011 | 1010001 | 111000 |
Color Harmonies of #BBEA32
Complementary color
Monochromatic Colors of #BBEA32
Black with #BBEA32
Text Example
Text Example
White with #BBEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA32; }
p { color: rgb(187,234,50); }
H1.HeaderClassName
{
color: #BBEA32;
}
.AnyTagClassName
{
color: #BBEA32;
}
</style>
background-color css
<style>
a { background-color: #BBEA32; }
a { background-color: rgb(187,234,50); }
div.DivClassName
{
background-color: #BBEA32;
}
.BgClassName
{
background-color: #BBEA32;
}
</style>
border-color css
<style>
span { border-color: #BBEA32; }
span { border-color: rgb(187,234,50); }
td.TdClassName
{
border-color: #BBEA32;
}
.TagClassName
{
border-color: #BBEA32;
}
</style>