Shades of Las Palmas #BAE33C
Tints of Las Palmas #BAE33C
RGB
CMYK
RGB Variations
Color information
#BAE33C (or 0xBAE33C) is known color: Las Palmas. HEX triplet: BA, E3 and 3C. RGB value is (186,227,60). Sum of RGB (Red+Green+Blue) = 186+227+60=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE33C is #451CC3. Grayscale: #C4C4C4. Windows color (decimal): -4529348 or 3990458. OLE color: 3990458.
HSL color Cylindrical-coordinate representation of color #BAE33C: hue angle of 74.73º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAE33C is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 60 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.11 |
| HSL | 74.73º | 0.75% | 0.56% | - |
| HSV(B) | 74.73º | 0.74% | 0.89% | - |
| XYZ | 48.53 | 65.7 | 14.4 | - |
| YUV | 195.7 | 51.42 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 60 | 0.18 | 0 | 0.74 | 0.11 | 74.73 | 0.75 | 0.56 |
| Hex | BA | E3 | 3C | 12 | 0 | 4A | B | 4B | 4B | 38 |
| Octal | 272 | 343 | 74 | 22 | 0 | 112 | 13 | 113 | 113 | 70 |
| Binary | 10111010 | 11100011 | 111100 | 10010 | 0 | 1001010 | 1011 | 1001011 | 1001011 | 111000 |
Color Harmonies of #BAE33C
Complementary color
Monochromatic Colors of #BAE33C
Black with #BAE33C
Text Example
Text Example
White with #BAE33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE33C; }
p { color: rgb(186,227,60); }
H1.HeaderClassName
{
color: #BAE33C;
}
.AnyTagClassName
{
color: #BAE33C;
}
</style>
background-color css
<style>
a { background-color: #BAE33C; }
a { background-color: rgb(186,227,60); }
div.DivClassName
{
background-color: #BAE33C;
}
.BgClassName
{
background-color: #BAE33C;
}
</style>
border-color css
<style>
span { border-color: #BAE33C; }
span { border-color: rgb(186,227,60); }
td.TdClassName
{
border-color: #BAE33C;
}
.TagClassName
{
border-color: #BAE33C;
}
</style>