Shades of Las Palmas #BBE042
Tints of Las Palmas #BBE042
RGB
CMYK
RGB Variations
Color information
#BBE042 (or 0xBBE042) is known color: Las Palmas. HEX triplet: BB, E0 and 42. RGB value is (187,224,66). Sum of RGB (Red+Green+Blue) = 187+224+66=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE042 is #441FBD. Grayscale: #C3C3C3. Windows color (decimal): -4464574 or 4382907. OLE color: 4382907.
HSL color Cylindrical-coordinate representation of color #BBE042: hue angle of 74.05º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBE042 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 66 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.12 |
| HSL | 74.05º | 0.72% | 0.57% | - |
| HSV(B) | 74.05º | 0.71% | 0.88% | - |
| XYZ | 48.13 | 64.27 | 15.02 | - |
| YUV | 194.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 66 | 0.17 | 0 | 0.71 | 0.12 | 74.05 | 0.72 | 0.57 |
| Hex | BB | E0 | 42 | 11 | 0 | 47 | C | 4A | 48 | 39 |
| Octal | 273 | 340 | 102 | 21 | 0 | 107 | 14 | 112 | 110 | 71 |
| Binary | 10111011 | 11100000 | 1000010 | 10001 | 0 | 1000111 | 1100 | 1001010 | 1001000 | 111001 |
Color Harmonies of #BBE042
Complementary color
Monochromatic Colors of #BBE042
Black with #BBE042
Text Example
Text Example
White with #BBE042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE042; }
p { color: rgb(187,224,66); }
H1.HeaderClassName
{
color: #BBE042;
}
.AnyTagClassName
{
color: #BBE042;
}
</style>
background-color css
<style>
a { background-color: #BBE042; }
a { background-color: rgb(187,224,66); }
div.DivClassName
{
background-color: #BBE042;
}
.BgClassName
{
background-color: #BBE042;
}
</style>
border-color css
<style>
span { border-color: #BBE042; }
span { border-color: rgb(187,224,66); }
td.TdClassName
{
border-color: #BBE042;
}
.TagClassName
{
border-color: #BBE042;
}
</style>