Shades of Las Palmas #BBDC38
Tints of Las Palmas #BBDC38
RGB
CMYK
RGB Variations
Color information
#BBDC38 (or 0xBBDC38) is known color: Las Palmas. HEX triplet: BB, DC and 38. RGB value is (187,220,56). Sum of RGB (Red+Green+Blue) = 187+220+56=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 56 (22.27% from 255 or 12.10% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC38 is #4423C7. Grayscale: #C0C0C0. Windows color (decimal): -4465608 or 3726523. OLE color: 3726523.
HSL color Cylindrical-coordinate representation of color #BBDC38: hue angle of 72.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBDC38 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 56 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.14 |
| HSL | 72.07º | 0.7% | 0.54% | - |
| HSV(B) | 72.07º | 0.75% | 0.86% | - |
| XYZ | 46.8 | 62.04 | 13.25 | - |
| YUV | 191.44 | 51.57 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 56 | 0.15 | 0 | 0.75 | 0.14 | 72.07 | 0.7 | 0.54 |
| Hex | BB | DC | 38 | F | 0 | 4B | E | 48 | 46 | 36 |
| Octal | 273 | 334 | 70 | 17 | 0 | 113 | 16 | 110 | 106 | 66 |
| Binary | 10111011 | 11011100 | 111000 | 1111 | 0 | 1001011 | 1110 | 1001000 | 1000110 | 110110 |
Color Harmonies of #BBDC38
Complementary color
Monochromatic Colors of #BBDC38
Black with #BBDC38
Text Example
Text Example
White with #BBDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC38; }
p { color: rgb(187,220,56); }
H1.HeaderClassName
{
color: #BBDC38;
}
.AnyTagClassName
{
color: #BBDC38;
}
</style>
background-color css
<style>
a { background-color: #BBDC38; }
a { background-color: rgb(187,220,56); }
div.DivClassName
{
background-color: #BBDC38;
}
.BgClassName
{
background-color: #BBDC38;
}
</style>
border-color css
<style>
span { border-color: #BBDC38; }
span { border-color: rgb(187,220,56); }
td.TdClassName
{
border-color: #BBDC38;
}
.TagClassName
{
border-color: #BBDC38;
}
</style>