Shades of Las Palmas #BBDD3E
Tints of Las Palmas #BBDD3E
RGB
CMYK
RGB Variations
Color information
#BBDD3E (or 0xBBDD3E) is known color: Las Palmas. HEX triplet: BB, DD and 3E. RGB value is (187,221,62). Sum of RGB (Red+Green+Blue) = 187+221+62=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD3E is #4422C1. Grayscale: #C1C1C1. Windows color (decimal): -4465346 or 4119995. OLE color: 4119995.
HSL color Cylindrical-coordinate representation of color #BBDD3E: hue angle of 72.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBDD3E is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 62 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.13 |
| HSL | 72.83º | 0.7% | 0.55% | - |
| HSV(B) | 72.83º | 0.72% | 0.87% | - |
| XYZ | 47.22 | 62.63 | 14.16 | - |
| YUV | 192.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 62 | 0.15 | 0 | 0.72 | 0.13 | 72.83 | 0.7 | 0.55 |
| Hex | BB | DD | 3E | F | 0 | 48 | D | 49 | 46 | 37 |
| Octal | 273 | 335 | 76 | 17 | 0 | 110 | 15 | 111 | 106 | 67 |
| Binary | 10111011 | 11011101 | 111110 | 1111 | 0 | 1001000 | 1101 | 1001001 | 1000110 | 110111 |
Color Harmonies of #BBDD3E
Complementary color
Monochromatic Colors of #BBDD3E
Black with #BBDD3E
Text Example
Text Example
White with #BBDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD3E; }
p { color: rgb(187,221,62); }
H1.HeaderClassName
{
color: #BBDD3E;
}
.AnyTagClassName
{
color: #BBDD3E;
}
</style>
background-color css
<style>
a { background-color: #BBDD3E; }
a { background-color: rgb(187,221,62); }
div.DivClassName
{
background-color: #BBDD3E;
}
.BgClassName
{
background-color: #BBDD3E;
}
</style>
border-color css
<style>
span { border-color: #BBDD3E; }
span { border-color: rgb(187,221,62); }
td.TdClassName
{
border-color: #BBDD3E;
}
.TagClassName
{
border-color: #BBDD3E;
}
</style>