Shades of Las Palmas #BADF3C
Tints of Las Palmas #BADF3C
RGB
CMYK
RGB Variations
Color information
#BADF3C (or 0xBADF3C) is known color: Las Palmas. HEX triplet: BA, DF and 3C. RGB value is (186,223,60). Sum of RGB (Red+Green+Blue) = 186+223+60=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF3C is #4520C3. Grayscale: #C1C1C1. Windows color (decimal): -4530372 or 3989434. OLE color: 3989434.
HSL color Cylindrical-coordinate representation of color #BADF3C: hue angle of 73.62º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BADF3C is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 60 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.13 |
| HSL | 73.62º | 0.72% | 0.55% | - |
| HSV(B) | 73.62º | 0.73% | 0.87% | - |
| XYZ | 47.45 | 63.54 | 14.04 | - |
| YUV | 193.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 60 | 0.17 | 0 | 0.73 | 0.13 | 73.62 | 0.72 | 0.55 |
| Hex | BA | DF | 3C | 11 | 0 | 49 | D | 4A | 48 | 37 |
| Octal | 272 | 337 | 74 | 21 | 0 | 111 | 15 | 112 | 110 | 67 |
| Binary | 10111010 | 11011111 | 111100 | 10001 | 0 | 1001001 | 1101 | 1001010 | 1001000 | 110111 |
Color Harmonies of #BADF3C
Complementary color
Monochromatic Colors of #BADF3C
Black with #BADF3C
Text Example
Text Example
White with #BADF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF3C; }
p { color: rgb(186,223,60); }
H1.HeaderClassName
{
color: #BADF3C;
}
.AnyTagClassName
{
color: #BADF3C;
}
</style>
background-color css
<style>
a { background-color: #BADF3C; }
a { background-color: rgb(186,223,60); }
div.DivClassName
{
background-color: #BADF3C;
}
.BgClassName
{
background-color: #BADF3C;
}
</style>
border-color css
<style>
span { border-color: #BADF3C; }
span { border-color: rgb(186,223,60); }
td.TdClassName
{
border-color: #BADF3C;
}
.TagClassName
{
border-color: #BADF3C;
}
</style>