Shades of Las Palmas #BBDA3E
Tints of Las Palmas #BBDA3E
RGB
CMYK
RGB Variations
Color information
#BBDA3E (or 0xBBDA3E) is known color: Las Palmas. HEX triplet: BB, DA and 3E. RGB value is (187,218,62). Sum of RGB (Red+Green+Blue) = 187+218+62=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA3E is #4425C1. Grayscale: #BFBFBF. Windows color (decimal): -4466114 or 4119227. OLE color: 4119227.
HSL color Cylindrical-coordinate representation of color #BBDA3E: hue angle of 71.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBDA3E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 62 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.15 |
| HSL | 71.92º | 0.68% | 0.55% | - |
| HSV(B) | 71.92º | 0.72% | 0.85% | - |
| XYZ | 46.43 | 61.06 | 13.89 | - |
| YUV | 190.95 | 55.23 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 62 | 0.14 | 0 | 0.72 | 0.15 | 71.92 | 0.68 | 0.55 |
| Hex | BB | DA | 3E | E | 0 | 48 | F | 48 | 44 | 37 |
| Octal | 273 | 332 | 76 | 16 | 0 | 110 | 17 | 110 | 104 | 67 |
| Binary | 10111011 | 11011010 | 111110 | 1110 | 0 | 1001000 | 1111 | 1001000 | 1000100 | 110111 |
Color Harmonies of #BBDA3E
Complementary color
Monochromatic Colors of #BBDA3E
Black with #BBDA3E
Text Example
Text Example
White with #BBDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA3E; }
p { color: rgb(187,218,62); }
H1.HeaderClassName
{
color: #BBDA3E;
}
.AnyTagClassName
{
color: #BBDA3E;
}
</style>
background-color css
<style>
a { background-color: #BBDA3E; }
a { background-color: rgb(187,218,62); }
div.DivClassName
{
background-color: #BBDA3E;
}
.BgClassName
{
background-color: #BBDA3E;
}
</style>
border-color css
<style>
span { border-color: #BBDA3E; }
span { border-color: rgb(187,218,62); }
td.TdClassName
{
border-color: #BBDA3E;
}
.TagClassName
{
border-color: #BBDA3E;
}
</style>