Shades of Las Palmas #BBDA41
Tints of Las Palmas #BBDA41
RGB
CMYK
RGB Variations
Color information
#BBDA41 (or 0xBBDA41) is known color: Las Palmas. HEX triplet: BB, DA and 41. RGB value is (187,218,65). Sum of RGB (Red+Green+Blue) = 187+218+65=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA41 is #4425BE. Grayscale: #BFBFBF. Windows color (decimal): -4466111 or 4315835. OLE color: 4315835.
HSL color Cylindrical-coordinate representation of color #BBDA41: hue angle of 72.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBDA41 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 65 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.15 |
| HSL | 72.16º | 0.67% | 0.55% | - |
| HSV(B) | 72.16º | 0.7% | 0.85% | - |
| XYZ | 46.52 | 61.09 | 14.34 | - |
| YUV | 191.29 | 56.73 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 65 | 0.14 | 0 | 0.70 | 0.15 | 72.16 | 0.67 | 0.55 |
| Hex | BB | DA | 41 | E | 0 | 46 | F | 48 | 43 | 37 |
| Octal | 273 | 332 | 101 | 16 | 0 | 106 | 17 | 110 | 103 | 67 |
| Binary | 10111011 | 11011010 | 1000001 | 1110 | 0 | 1000110 | 1111 | 1001000 | 1000011 | 110111 |
Color Harmonies of #BBDA41
Complementary color
Monochromatic Colors of #BBDA41
Black with #BBDA41
Text Example
Text Example
White with #BBDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA41; }
p { color: rgb(187,218,65); }
H1.HeaderClassName
{
color: #BBDA41;
}
.AnyTagClassName
{
color: #BBDA41;
}
</style>
background-color css
<style>
a { background-color: #BBDA41; }
a { background-color: rgb(187,218,65); }
div.DivClassName
{
background-color: #BBDA41;
}
.BgClassName
{
background-color: #BBDA41;
}
</style>
border-color css
<style>
span { border-color: #BBDA41; }
span { border-color: rgb(187,218,65); }
td.TdClassName
{
border-color: #BBDA41;
}
.TagClassName
{
border-color: #BBDA41;
}
</style>