Shades of Las Palmas #BBDC39
Tints of Las Palmas #BBDC39
RGB
CMYK
RGB Variations
Color information
#BBDC39 (or 0xBBDC39) is known color: Las Palmas. HEX triplet: BB, DC and 39. RGB value is (187,220,57). Sum of RGB (Red+Green+Blue) = 187+220+57=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 57 (22.66% from 255 or 12.28% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC39 is #4423C6. Grayscale: #C0C0C0. Windows color (decimal): -4465607 or 3792059. OLE color: 3792059.
HSL color Cylindrical-coordinate representation of color #BBDC39: hue angle of 72.15º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBDC39 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 57 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.14 |
| HSL | 72.15º | 0.7% | 0.54% | - |
| HSV(B) | 72.15º | 0.74% | 0.86% | - |
| XYZ | 46.83 | 62.05 | 13.38 | - |
| YUV | 191.55 | 52.07 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 57 | 0.15 | 0 | 0.74 | 0.14 | 72.15 | 0.7 | 0.54 |
| Hex | BB | DC | 39 | F | 0 | 4A | E | 48 | 46 | 36 |
| Octal | 273 | 334 | 71 | 17 | 0 | 112 | 16 | 110 | 106 | 66 |
| Binary | 10111011 | 11011100 | 111001 | 1111 | 0 | 1001010 | 1110 | 1001000 | 1000110 | 110110 |
Color Harmonies of #BBDC39
Complementary color
Monochromatic Colors of #BBDC39
Black with #BBDC39
Text Example
Text Example
White with #BBDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC39; }
p { color: rgb(187,220,57); }
H1.HeaderClassName
{
color: #BBDC39;
}
.AnyTagClassName
{
color: #BBDC39;
}
</style>
background-color css
<style>
a { background-color: #BBDC39; }
a { background-color: rgb(187,220,57); }
div.DivClassName
{
background-color: #BBDC39;
}
.BgClassName
{
background-color: #BBDC39;
}
</style>
border-color css
<style>
span { border-color: #BBDC39; }
span { border-color: rgb(187,220,57); }
td.TdClassName
{
border-color: #BBDC39;
}
.TagClassName
{
border-color: #BBDC39;
}
</style>