Shades of Las Palmas #BAE338
Tints of Las Palmas #BAE338
RGB
CMYK
RGB Variations
Color information
#BAE338 (or 0xBAE338) is known color: Las Palmas. HEX triplet: BA, E3 and 38. RGB value is (186,227,56). Sum of RGB (Red+Green+Blue) = 186+227+56=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE338 is #451CC7. Grayscale: #C3C3C3. Windows color (decimal): -4529352 or 3728314. OLE color: 3728314.
HSL color Cylindrical-coordinate representation of color #BAE338: hue angle of 74.39º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAE338 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 56 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.11 |
| HSL | 74.39º | 0.75% | 0.55% | - |
| HSV(B) | 74.39º | 0.75% | 0.89% | - |
| XYZ | 48.43 | 65.66 | 13.86 | - |
| YUV | 195.25 | 49.42 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 56 | 0.18 | 0 | 0.75 | 0.11 | 74.39 | 0.75 | 0.55 |
| Hex | BA | E3 | 38 | 12 | 0 | 4B | B | 4A | 4B | 37 |
| Octal | 272 | 343 | 70 | 22 | 0 | 113 | 13 | 112 | 113 | 67 |
| Binary | 10111010 | 11100011 | 111000 | 10010 | 0 | 1001011 | 1011 | 1001010 | 1001011 | 110111 |
Color Harmonies of #BAE338
Complementary color
Monochromatic Colors of #BAE338
Black with #BAE338
Text Example
Text Example
White with #BAE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE338; }
p { color: rgb(186,227,56); }
H1.HeaderClassName
{
color: #BAE338;
}
.AnyTagClassName
{
color: #BAE338;
}
</style>
background-color css
<style>
a { background-color: #BAE338; }
a { background-color: rgb(186,227,56); }
div.DivClassName
{
background-color: #BAE338;
}
.BgClassName
{
background-color: #BAE338;
}
</style>
border-color css
<style>
span { border-color: #BAE338; }
span { border-color: rgb(186,227,56); }
td.TdClassName
{
border-color: #BAE338;
}
.TagClassName
{
border-color: #BAE338;
}
</style>