Shades of Las Palmas #BBE535
Tints of Las Palmas #BBE535
RGB
CMYK
RGB Variations
Color information
#BBE535 (or 0xBBE535) is known color: Las Palmas. HEX triplet: BB, E5 and 35. RGB value is (187,229,53). Sum of RGB (Red+Green+Blue) = 187+229+53=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE535 is #441ACA. Grayscale: #C5C5C5. Windows color (decimal): -4463307 or 3532219. OLE color: 3532219.
HSL color Cylindrical-coordinate representation of color #BBE535: hue angle of 74.32º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBE535 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 53 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.10 |
| HSL | 74.32º | 0.77% | 0.55% | - |
| HSV(B) | 74.32º | 0.77% | 0.9% | - |
| XYZ | 49.16 | 66.86 | 13.68 | - |
| YUV | 196.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 53 | 0.18 | 0 | 0.77 | 0.10 | 74.32 | 0.77 | 0.55 |
| Hex | BB | E5 | 35 | 12 | 0 | 4D | A | 4A | 4D | 37 |
| Octal | 273 | 345 | 65 | 22 | 0 | 115 | 12 | 112 | 115 | 67 |
| Binary | 10111011 | 11100101 | 110101 | 10010 | 0 | 1001101 | 1010 | 1001010 | 1001101 | 110111 |
Color Harmonies of #BBE535
Complementary color
Monochromatic Colors of #BBE535
Black with #BBE535
Text Example
Text Example
White with #BBE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE535; }
p { color: rgb(187,229,53); }
H1.HeaderClassName
{
color: #BBE535;
}
.AnyTagClassName
{
color: #BBE535;
}
</style>
background-color css
<style>
a { background-color: #BBE535; }
a { background-color: rgb(187,229,53); }
div.DivClassName
{
background-color: #BBE535;
}
.BgClassName
{
background-color: #BBE535;
}
</style>
border-color css
<style>
span { border-color: #BBE535; }
span { border-color: rgb(187,229,53); }
td.TdClassName
{
border-color: #BBE535;
}
.TagClassName
{
border-color: #BBE535;
}
</style>