Shades of Las Palmas #BBDA3C
Tints of Las Palmas #BBDA3C
RGB
CMYK
RGB Variations
Color information
#BBDA3C (or 0xBBDA3C) is known color: Las Palmas. HEX triplet: BB, DA and 3C. RGB value is (187,218,60). Sum of RGB (Red+Green+Blue) = 187+218+60=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA3C is #4425C3. Grayscale: #BFBFBF. Windows color (decimal): -4466116 or 3988155. OLE color: 3988155.
HSL color Cylindrical-coordinate representation of color #BBDA3C: hue angle of 71.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBDA3C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 60 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.15 |
| HSL | 71.77º | 0.68% | 0.55% | - |
| HSV(B) | 71.77º | 0.72% | 0.85% | - |
| XYZ | 46.38 | 61.03 | 13.61 | - |
| YUV | 190.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 60 | 0.14 | 0 | 0.72 | 0.15 | 71.77 | 0.68 | 0.55 |
| Hex | BB | DA | 3C | E | 0 | 48 | F | 48 | 44 | 37 |
| Octal | 273 | 332 | 74 | 16 | 0 | 110 | 17 | 110 | 104 | 67 |
| Binary | 10111011 | 11011010 | 111100 | 1110 | 0 | 1001000 | 1111 | 1001000 | 1000100 | 110111 |
Color Harmonies of #BBDA3C
Complementary color
Monochromatic Colors of #BBDA3C
Black with #BBDA3C
Text Example
Text Example
White with #BBDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA3C; }
p { color: rgb(187,218,60); }
H1.HeaderClassName
{
color: #BBDA3C;
}
.AnyTagClassName
{
color: #BBDA3C;
}
</style>
background-color css
<style>
a { background-color: #BBDA3C; }
a { background-color: rgb(187,218,60); }
div.DivClassName
{
background-color: #BBDA3C;
}
.BgClassName
{
background-color: #BBDA3C;
}
</style>
border-color css
<style>
span { border-color: #BBDA3C; }
span { border-color: rgb(187,218,60); }
td.TdClassName
{
border-color: #BBDA3C;
}
.TagClassName
{
border-color: #BBDA3C;
}
</style>