Shades of Las Palmas #BBE235
Tints of Las Palmas #BBE235
RGB
CMYK
RGB Variations
Color information
#BBE235 (or 0xBBE235) is known color: Las Palmas. HEX triplet: BB, E2 and 35. RGB value is (187,226,53). Sum of RGB (Red+Green+Blue) = 187+226+53=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE235 is #441DCA. Grayscale: #C3C3C3. Windows color (decimal): -4464075 or 3531451. OLE color: 3531451.
HSL color Cylindrical-coordinate representation of color #BBE235: hue angle of 73.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBE235 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 53 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.11 |
| HSL | 73.53º | 0.75% | 0.55% | - |
| HSV(B) | 73.53º | 0.77% | 0.89% | - |
| XYZ | 48.33 | 65.21 | 13.41 | - |
| YUV | 194.62 | 48.08 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 53 | 0.17 | 0 | 0.77 | 0.11 | 73.53 | 0.75 | 0.55 |
| Hex | BB | E2 | 35 | 11 | 0 | 4D | B | 4A | 4B | 37 |
| Octal | 273 | 342 | 65 | 21 | 0 | 115 | 13 | 112 | 113 | 67 |
| Binary | 10111011 | 11100010 | 110101 | 10001 | 0 | 1001101 | 1011 | 1001010 | 1001011 | 110111 |
Color Harmonies of #BBE235
Complementary color
Monochromatic Colors of #BBE235
Black with #BBE235
Text Example
Text Example
White with #BBE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE235; }
p { color: rgb(187,226,53); }
H1.HeaderClassName
{
color: #BBE235;
}
.AnyTagClassName
{
color: #BBE235;
}
</style>
background-color css
<style>
a { background-color: #BBE235; }
a { background-color: rgb(187,226,53); }
div.DivClassName
{
background-color: #BBE235;
}
.BgClassName
{
background-color: #BBE235;
}
</style>
border-color css
<style>
span { border-color: #BBE235; }
span { border-color: rgb(187,226,53); }
td.TdClassName
{
border-color: #BBE235;
}
.TagClassName
{
border-color: #BBE235;
}
</style>