Shades of Las Palmas #BBDC3C
Tints of Las Palmas #BBDC3C
RGB
CMYK
RGB Variations
Color information
#BBDC3C (or 0xBBDC3C) is known color: Las Palmas. HEX triplet: BB, DC and 3C. RGB value is (187,220,60). Sum of RGB (Red+Green+Blue) = 187+220+60=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC3C is #4423C3. Grayscale: #C0C0C0. Windows color (decimal): -4465604 or 3988667. OLE color: 3988667.
HSL color Cylindrical-coordinate representation of color #BBDC3C: hue angle of 72.38º degrees, saturation: 0.7, 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 #BBDC3C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 60 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.14 |
| HSL | 72.38º | 0.7% | 0.55% | - |
| HSV(B) | 72.38º | 0.73% | 0.86% | - |
| XYZ | 46.9 | 62.08 | 13.79 | - |
| YUV | 191.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 60 | 0.15 | 0 | 0.73 | 0.14 | 72.38 | 0.7 | 0.55 |
| Hex | BB | DC | 3C | F | 0 | 49 | E | 48 | 46 | 37 |
| Octal | 273 | 334 | 74 | 17 | 0 | 111 | 16 | 110 | 106 | 67 |
| Binary | 10111011 | 11011100 | 111100 | 1111 | 0 | 1001001 | 1110 | 1001000 | 1000110 | 110111 |
Color Harmonies of #BBDC3C
Complementary color
Monochromatic Colors of #BBDC3C
Black with #BBDC3C
Text Example
Text Example
White with #BBDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC3C; }
p { color: rgb(187,220,60); }
H1.HeaderClassName
{
color: #BBDC3C;
}
.AnyTagClassName
{
color: #BBDC3C;
}
</style>
background-color css
<style>
a { background-color: #BBDC3C; }
a { background-color: rgb(187,220,60); }
div.DivClassName
{
background-color: #BBDC3C;
}
.BgClassName
{
background-color: #BBDC3C;
}
</style>
border-color css
<style>
span { border-color: #BBDC3C; }
span { border-color: rgb(187,220,60); }
td.TdClassName
{
border-color: #BBDC3C;
}
.TagClassName
{
border-color: #BBDC3C;
}
</style>