Shades of Las Palmas #BBE234
Tints of Las Palmas #BBE234
RGB
CMYK
RGB Variations
Color information
#BBE234 (or 0xBBE234) is known color: Las Palmas. HEX triplet: BB, E2 and 34. RGB value is (187,226,52). Sum of RGB (Red+Green+Blue) = 187+226+52=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE234 is #441DCB. Grayscale: #C3C3C3. Windows color (decimal): -4464076 or 3465915. OLE color: 3465915.
HSL color Cylindrical-coordinate representation of color #BBE234: hue angle of 73.45º 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 #BBE234 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 52 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.11 |
| HSL | 73.45º | 0.75% | 0.55% | - |
| HSV(B) | 73.45º | 0.77% | 0.89% | - |
| XYZ | 48.31 | 65.21 | 13.29 | - |
| YUV | 194.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 52 | 0.17 | 0 | 0.77 | 0.11 | 73.45 | 0.75 | 0.55 |
| Hex | BB | E2 | 34 | 11 | 0 | 4D | B | 49 | 4B | 37 |
| Octal | 273 | 342 | 64 | 21 | 0 | 115 | 13 | 111 | 113 | 67 |
| Binary | 10111011 | 11100010 | 110100 | 10001 | 0 | 1001101 | 1011 | 1001001 | 1001011 | 110111 |
Color Harmonies of #BBE234
Complementary color
Monochromatic Colors of #BBE234
Black with #BBE234
Text Example
Text Example
White with #BBE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE234; }
p { color: rgb(187,226,52); }
H1.HeaderClassName
{
color: #BBE234;
}
.AnyTagClassName
{
color: #BBE234;
}
</style>
background-color css
<style>
a { background-color: #BBE234; }
a { background-color: rgb(187,226,52); }
div.DivClassName
{
background-color: #BBE234;
}
.BgClassName
{
background-color: #BBE234;
}
</style>
border-color css
<style>
span { border-color: #BBE234; }
span { border-color: rgb(187,226,52); }
td.TdClassName
{
border-color: #BBE234;
}
.TagClassName
{
border-color: #BBE234;
}
</style>