Shades of Las Palmas #BBE932
Tints of Las Palmas #BBE932
RGB
CMYK
RGB Variations
Color information
#BBE932 (or 0xBBE932) is known color: Las Palmas. HEX triplet: BB, E9 and 32. RGB value is (187,233,50). Sum of RGB (Red+Green+Blue) = 187+233+50=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE932 is #4416CD. Grayscale: #C7C7C7. Windows color (decimal): -4462286 or 3336635. OLE color: 3336635.
HSL color Cylindrical-coordinate representation of color #BBE932: hue angle of 75.08º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBE932 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 50 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.09 |
| HSL | 75.08º | 0.81% | 0.55% | - |
| HSV(B) | 75.08º | 0.79% | 0.91% | - |
| XYZ | 50.21 | 69.07 | 13.7 | - |
| YUV | 198.38 | 44.26 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 50 | 0.20 | 0 | 0.79 | 0.09 | 75.08 | 0.81 | 0.55 |
| Hex | BB | E9 | 32 | 14 | 0 | 4F | 9 | 4B | 51 | 37 |
| Octal | 273 | 351 | 62 | 24 | 0 | 117 | 11 | 113 | 121 | 67 |
| Binary | 10111011 | 11101001 | 110010 | 10100 | 0 | 1001111 | 1001 | 1001011 | 1010001 | 110111 |
Color Harmonies of #BBE932
Complementary color
Monochromatic Colors of #BBE932
Black with #BBE932
Text Example
Text Example
White with #BBE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE932; }
p { color: rgb(187,233,50); }
H1.HeaderClassName
{
color: #BBE932;
}
.AnyTagClassName
{
color: #BBE932;
}
</style>
background-color css
<style>
a { background-color: #BBE932; }
a { background-color: rgb(187,233,50); }
div.DivClassName
{
background-color: #BBE932;
}
.BgClassName
{
background-color: #BBE932;
}
</style>
border-color css
<style>
span { border-color: #BBE932; }
span { border-color: rgb(187,233,50); }
td.TdClassName
{
border-color: #BBE932;
}
.TagClassName
{
border-color: #BBE932;
}
</style>