Shades of Las Palmas #BBDA42
Tints of Las Palmas #BBDA42
RGB
CMYK
RGB Variations
Color information
#BBDA42 (or 0xBBDA42) is known color: Las Palmas. HEX triplet: BB, DA and 42. RGB value is (187,218,66). Sum of RGB (Red+Green+Blue) = 187+218+66=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA42 is #4425BD. Grayscale: #BFBFBF. Windows color (decimal): -4466110 or 4381371. OLE color: 4381371.
HSL color Cylindrical-coordinate representation of color #BBDA42: hue angle of 72.24º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBDA42 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 66 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.15 |
| HSL | 72.24º | 0.67% | 0.56% | - |
| HSV(B) | 72.24º | 0.7% | 0.85% | - |
| XYZ | 46.55 | 61.1 | 14.49 | - |
| YUV | 191.4 | 57.23 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 66 | 0.14 | 0 | 0.70 | 0.15 | 72.24 | 0.67 | 0.56 |
| Hex | BB | DA | 42 | E | 0 | 46 | F | 48 | 43 | 38 |
| Octal | 273 | 332 | 102 | 16 | 0 | 106 | 17 | 110 | 103 | 70 |
| Binary | 10111011 | 11011010 | 1000010 | 1110 | 0 | 1000110 | 1111 | 1001000 | 1000011 | 111000 |
Color Harmonies of #BBDA42
Complementary color
Monochromatic Colors of #BBDA42
Black with #BBDA42
Text Example
Text Example
White with #BBDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA42; }
p { color: rgb(187,218,66); }
H1.HeaderClassName
{
color: #BBDA42;
}
.AnyTagClassName
{
color: #BBDA42;
}
</style>
background-color css
<style>
a { background-color: #BBDA42; }
a { background-color: rgb(187,218,66); }
div.DivClassName
{
background-color: #BBDA42;
}
.BgClassName
{
background-color: #BBDA42;
}
</style>
border-color css
<style>
span { border-color: #BBDA42; }
span { border-color: rgb(187,218,66); }
td.TdClassName
{
border-color: #BBDA42;
}
.TagClassName
{
border-color: #BBDA42;
}
</style>