Shades of Las Palmas #BBE53B
Tints of Las Palmas #BBE53B
RGB
CMYK
RGB Variations
Color information
#BBE53B (or 0xBBE53B) is known color: Las Palmas. HEX triplet: BB, E5 and 3B. RGB value is (187,229,59). Sum of RGB (Red+Green+Blue) = 187+229+59=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE53B is #441AC4. Grayscale: #C5C5C5. Windows color (decimal): -4463301 or 3925435. OLE color: 3925435.
HSL color Cylindrical-coordinate representation of color #BBE53B: hue angle of 74.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBE53B is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 59 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.10 |
| HSL | 74.82º | 0.77% | 0.56% | - |
| HSV(B) | 74.82º | 0.74% | 0.9% | - |
| XYZ | 49.3 | 66.92 | 14.46 | - |
| YUV | 197.06 | 50.09 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 59 | 0.18 | 0 | 0.74 | 0.10 | 74.82 | 0.77 | 0.56 |
| Hex | BB | E5 | 3B | 12 | 0 | 4A | A | 4B | 4D | 38 |
| Octal | 273 | 345 | 73 | 22 | 0 | 112 | 12 | 113 | 115 | 70 |
| Binary | 10111011 | 11100101 | 111011 | 10010 | 0 | 1001010 | 1010 | 1001011 | 1001101 | 111000 |
Color Harmonies of #BBE53B
Complementary color
Monochromatic Colors of #BBE53B
Black with #BBE53B
Text Example
Text Example
White with #BBE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE53B; }
p { color: rgb(187,229,59); }
H1.HeaderClassName
{
color: #BBE53B;
}
.AnyTagClassName
{
color: #BBE53B;
}
</style>
background-color css
<style>
a { background-color: #BBE53B; }
a { background-color: rgb(187,229,59); }
div.DivClassName
{
background-color: #BBE53B;
}
.BgClassName
{
background-color: #BBE53B;
}
</style>
border-color css
<style>
span { border-color: #BBE53B; }
span { border-color: rgb(187,229,59); }
td.TdClassName
{
border-color: #BBE53B;
}
.TagClassName
{
border-color: #BBE53B;
}
</style>