Shades of Las Palmas #BADB3C
Tints of Las Palmas #BADB3C
RGB
CMYK
RGB Variations
Color information
#BADB3C (or 0xBADB3C) is known color: Las Palmas. HEX triplet: BA, DB and 3C. RGB value is (186,219,60). Sum of RGB (Red+Green+Blue) = 186+219+60=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB3C is #4524C3. Grayscale: #BFBFBF. Windows color (decimal): -4531396 or 3988410. OLE color: 3988410.
HSL color Cylindrical-coordinate representation of color #BADB3C: hue angle of 72.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BADB3C is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 60 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.14 |
| HSL | 72.45º | 0.69% | 0.55% | - |
| HSV(B) | 72.45º | 0.73% | 0.86% | - |
| XYZ | 46.4 | 61.43 | 13.69 | - |
| YUV | 191.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 60 | 0.15 | 0 | 0.73 | 0.14 | 72.45 | 0.69 | 0.55 |
| Hex | BA | DB | 3C | F | 0 | 49 | E | 48 | 45 | 37 |
| Octal | 272 | 333 | 74 | 17 | 0 | 111 | 16 | 110 | 105 | 67 |
| Binary | 10111010 | 11011011 | 111100 | 1111 | 0 | 1001001 | 1110 | 1001000 | 1000101 | 110111 |
Color Harmonies of #BADB3C
Complementary color
Monochromatic Colors of #BADB3C
Black with #BADB3C
Text Example
Text Example
White with #BADB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB3C; }
p { color: rgb(186,219,60); }
H1.HeaderClassName
{
color: #BADB3C;
}
.AnyTagClassName
{
color: #BADB3C;
}
</style>
background-color css
<style>
a { background-color: #BADB3C; }
a { background-color: rgb(186,219,60); }
div.DivClassName
{
background-color: #BADB3C;
}
.BgClassName
{
background-color: #BADB3C;
}
</style>
border-color css
<style>
span { border-color: #BADB3C; }
span { border-color: rgb(186,219,60); }
td.TdClassName
{
border-color: #BADB3C;
}
.TagClassName
{
border-color: #BADB3C;
}
</style>