Shades of Las Palmas #BBDC37
Tints of Las Palmas #BBDC37
RGB
CMYK
RGB Variations
Color information
#BBDC37 (or 0xBBDC37) is known color: Las Palmas. HEX triplet: BB, DC and 37. RGB value is (187,220,55). Sum of RGB (Red+Green+Blue) = 187+220+55=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 55 (21.88% from 255 or 11.90% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC37 is #4423C8. Grayscale: #BFBFBF. Windows color (decimal): -4465609 or 3660987. OLE color: 3660987.
HSL color Cylindrical-coordinate representation of color #BBDC37: hue angle of 72º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBDC37 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 55 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.14 |
| HSL | 72º | 0.7% | 0.54% | - |
| HSV(B) | 72º | 0.75% | 0.86% | - |
| XYZ | 46.78 | 62.03 | 13.12 | - |
| YUV | 191.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 55 | 0.15 | 0 | 0.75 | 0.14 | 72 | 0.7 | 0.54 |
| Hex | BB | DC | 37 | F | 0 | 4B | E | 48 | 46 | 36 |
| Octal | 273 | 334 | 67 | 17 | 0 | 113 | 16 | 110 | 106 | 66 |
| Binary | 10111011 | 11011100 | 110111 | 1111 | 0 | 1001011 | 1110 | 1001000 | 1000110 | 110110 |
Color Harmonies of #BBDC37
Complementary color
Monochromatic Colors of #BBDC37
Black with #BBDC37
Text Example
Text Example
White with #BBDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC37; }
p { color: rgb(187,220,55); }
H1.HeaderClassName
{
color: #BBDC37;
}
.AnyTagClassName
{
color: #BBDC37;
}
</style>
background-color css
<style>
a { background-color: #BBDC37; }
a { background-color: rgb(187,220,55); }
div.DivClassName
{
background-color: #BBDC37;
}
.BgClassName
{
background-color: #BBDC37;
}
</style>
border-color css
<style>
span { border-color: #BBDC37; }
span { border-color: rgb(187,220,55); }
td.TdClassName
{
border-color: #BBDC37;
}
.TagClassName
{
border-color: #BBDC37;
}
</style>