Shades of Las Palmas #BBDB40
Tints of Las Palmas #BBDB40
RGB
CMYK
RGB Variations
Color information
#BBDB40 (or 0xBBDB40) is known color: Las Palmas. HEX triplet: BB, DB and 40. RGB value is (187,219,64). Sum of RGB (Red+Green+Blue) = 187+219+64=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB40 is #4424BF. Grayscale: #C0C0C0. Windows color (decimal): -4465856 or 4250555. OLE color: 4250555.
HSL color Cylindrical-coordinate representation of color #BBDB40: hue angle of 72.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBDB40 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 64 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.14 |
| HSL | 72.39º | 0.68% | 0.55% | - |
| HSV(B) | 72.39º | 0.71% | 0.86% | - |
| XYZ | 46.75 | 61.6 | 14.28 | - |
| YUV | 191.76 | 55.9 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 64 | 0.15 | 0 | 0.71 | 0.14 | 72.39 | 0.68 | 0.55 |
| Hex | BB | DB | 40 | F | 0 | 47 | E | 48 | 44 | 37 |
| Octal | 273 | 333 | 100 | 17 | 0 | 107 | 16 | 110 | 104 | 67 |
| Binary | 10111011 | 11011011 | 1000000 | 1111 | 0 | 1000111 | 1110 | 1001000 | 1000100 | 110111 |
Color Harmonies of #BBDB40
Complementary color
Monochromatic Colors of #BBDB40
Black with #BBDB40
Text Example
Text Example
White with #BBDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB40; }
p { color: rgb(187,219,64); }
H1.HeaderClassName
{
color: #BBDB40;
}
.AnyTagClassName
{
color: #BBDB40;
}
</style>
background-color css
<style>
a { background-color: #BBDB40; }
a { background-color: rgb(187,219,64); }
div.DivClassName
{
background-color: #BBDB40;
}
.BgClassName
{
background-color: #BBDB40;
}
</style>
border-color css
<style>
span { border-color: #BBDB40; }
span { border-color: rgb(187,219,64); }
td.TdClassName
{
border-color: #BBDB40;
}
.TagClassName
{
border-color: #BBDB40;
}
</style>