Shades of Las Palmas #BBDB3C
Tints of Las Palmas #BBDB3C
RGB
CMYK
RGB Variations
Color information
#BBDB3C (or 0xBBDB3C) is known color: Las Palmas. HEX triplet: BB, DB and 3C. RGB value is (187,219,60). Sum of RGB (Red+Green+Blue) = 187+219+60=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB3C is #4424C3. Grayscale: #BFBFBF. Windows color (decimal): -4465860 or 3988411. OLE color: 3988411.
HSL color Cylindrical-coordinate representation of color #BBDB3C: hue angle of 72.08º 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 #BBDB3C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 60 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.14 |
| HSL | 72.08º | 0.69% | 0.55% | - |
| HSV(B) | 72.08º | 0.73% | 0.86% | - |
| XYZ | 46.64 | 61.55 | 13.7 | - |
| YUV | 191.31 | 53.9 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 60 | 0.15 | 0 | 0.73 | 0.14 | 72.08 | 0.69 | 0.55 |
| Hex | BB | DB | 3C | F | 0 | 49 | E | 48 | 45 | 37 |
| Octal | 273 | 333 | 74 | 17 | 0 | 111 | 16 | 110 | 105 | 67 |
| Binary | 10111011 | 11011011 | 111100 | 1111 | 0 | 1001001 | 1110 | 1001000 | 1000101 | 110111 |
Color Harmonies of #BBDB3C
Complementary color
Monochromatic Colors of #BBDB3C
Black with #BBDB3C
Text Example
Text Example
White with #BBDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB3C; }
p { color: rgb(187,219,60); }
H1.HeaderClassName
{
color: #BBDB3C;
}
.AnyTagClassName
{
color: #BBDB3C;
}
</style>
background-color css
<style>
a { background-color: #BBDB3C; }
a { background-color: rgb(187,219,60); }
div.DivClassName
{
background-color: #BBDB3C;
}
.BgClassName
{
background-color: #BBDB3C;
}
</style>
border-color css
<style>
span { border-color: #BBDB3C; }
span { border-color: rgb(187,219,60); }
td.TdClassName
{
border-color: #BBDB3C;
}
.TagClassName
{
border-color: #BBDB3C;
}
</style>