Shades of Las Palmas #BBDB3B
Tints of Las Palmas #BBDB3B
RGB
CMYK
RGB Variations
Color information
#BBDB3B (or 0xBBDB3B) is known color: Las Palmas. HEX triplet: BB, DB and 3B. RGB value is (187,219,59). Sum of RGB (Red+Green+Blue) = 187+219+59=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 59 (23.44% from 255 or 12.69% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB3B is #4424C4. Grayscale: #BFBFBF. Windows color (decimal): -4465861 or 3922875. OLE color: 3922875.
HSL color Cylindrical-coordinate representation of color #BBDB3B: hue angle of 72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBDB3B is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 59 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.14 |
| HSL | 72º | 0.69% | 0.55% | - |
| HSV(B) | 72º | 0.73% | 0.86% | - |
| XYZ | 46.61 | 61.54 | 13.56 | - |
| YUV | 191.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 59 | 0.15 | 0 | 0.73 | 0.14 | 72 | 0.69 | 0.55 |
| Hex | BB | DB | 3B | F | 0 | 49 | E | 48 | 45 | 37 |
| Octal | 273 | 333 | 73 | 17 | 0 | 111 | 16 | 110 | 105 | 67 |
| Binary | 10111011 | 11011011 | 111011 | 1111 | 0 | 1001001 | 1110 | 1001000 | 1000101 | 110111 |
Color Harmonies of #BBDB3B
Complementary color
Monochromatic Colors of #BBDB3B
Black with #BBDB3B
Text Example
Text Example
White with #BBDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB3B; }
p { color: rgb(187,219,59); }
H1.HeaderClassName
{
color: #BBDB3B;
}
.AnyTagClassName
{
color: #BBDB3B;
}
</style>
background-color css
<style>
a { background-color: #BBDB3B; }
a { background-color: rgb(187,219,59); }
div.DivClassName
{
background-color: #BBDB3B;
}
.BgClassName
{
background-color: #BBDB3B;
}
</style>
border-color css
<style>
span { border-color: #BBDB3B; }
span { border-color: rgb(187,219,59); }
td.TdClassName
{
border-color: #BBDB3B;
}
.TagClassName
{
border-color: #BBDB3B;
}
</style>