Shades of Las Palmas #BBDC3E
Tints of Las Palmas #BBDC3E
RGB
CMYK
RGB Variations
Color information
#BBDC3E (or 0xBBDC3E) is known color: Las Palmas. HEX triplet: BB, DC and 3E. RGB value is (187,220,62). Sum of RGB (Red+Green+Blue) = 187+220+62=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC3E is #4423C1. Grayscale: #C0C0C0. Windows color (decimal): -4465602 or 4119739. OLE color: 4119739.
HSL color Cylindrical-coordinate representation of color #BBDC3E: hue angle of 72.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBDC3E is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 62 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.14 |
| HSL | 72.53º | 0.69% | 0.55% | - |
| HSV(B) | 72.53º | 0.72% | 0.86% | - |
| XYZ | 46.96 | 62.1 | 14.07 | - |
| YUV | 192.12 | 54.57 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 62 | 0.15 | 0 | 0.72 | 0.14 | 72.53 | 0.69 | 0.55 |
| Hex | BB | DC | 3E | F | 0 | 48 | E | 49 | 45 | 37 |
| Octal | 273 | 334 | 76 | 17 | 0 | 110 | 16 | 111 | 105 | 67 |
| Binary | 10111011 | 11011100 | 111110 | 1111 | 0 | 1001000 | 1110 | 1001001 | 1000101 | 110111 |
Color Harmonies of #BBDC3E
Complementary color
Monochromatic Colors of #BBDC3E
Black with #BBDC3E
Text Example
Text Example
White with #BBDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC3E; }
p { color: rgb(187,220,62); }
H1.HeaderClassName
{
color: #BBDC3E;
}
.AnyTagClassName
{
color: #BBDC3E;
}
</style>
background-color css
<style>
a { background-color: #BBDC3E; }
a { background-color: rgb(187,220,62); }
div.DivClassName
{
background-color: #BBDC3E;
}
.BgClassName
{
background-color: #BBDC3E;
}
</style>
border-color css
<style>
span { border-color: #BBDC3E; }
span { border-color: rgb(187,220,62); }
td.TdClassName
{
border-color: #BBDC3E;
}
.TagClassName
{
border-color: #BBDC3E;
}
</style>