Shades of Las Palmas #BED93A
Tints of Las Palmas #BED93A
RGB
CMYK
RGB Variations
Color information
#BED93A (or 0xBED93A) is known color: Las Palmas. HEX triplet: BE, D9 and 3A. RGB value is (190,217,58). Sum of RGB (Red+Green+Blue) = 190+217+58=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #BED93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED93A is #4126C5. Grayscale: #BFBFBF. Windows color (decimal): -4269766 or 3856830. OLE color: 3856830.
HSL color Cylindrical-coordinate representation of color #BED93A: hue angle of 70.19º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BED93A is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 58 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.15 |
| HSL | 70.19º | 0.68% | 0.54% | - |
| HSV(B) | 70.19º | 0.73% | 0.85% | - |
| XYZ | 46.81 | 60.88 | 13.29 | - |
| YUV | 190.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 58 | 0.12 | 0 | 0.73 | 0.15 | 70.19 | 0.68 | 0.54 |
| Hex | BE | D9 | 3A | C | 0 | 49 | F | 46 | 44 | 36 |
| Octal | 276 | 331 | 72 | 14 | 0 | 111 | 17 | 106 | 104 | 66 |
| Binary | 10111110 | 11011001 | 111010 | 1100 | 0 | 1001001 | 1111 | 1000110 | 1000100 | 110110 |
Color Harmonies of #BED93A
Complementary color
Monochromatic Colors of #BED93A
Black with #BED93A
Text Example
Text Example
White with #BED93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED93A; }
p { color: rgb(190,217,58); }
H1.HeaderClassName
{
color: #BED93A;
}
.AnyTagClassName
{
color: #BED93A;
}
</style>
background-color css
<style>
a { background-color: #BED93A; }
a { background-color: rgb(190,217,58); }
div.DivClassName
{
background-color: #BED93A;
}
.BgClassName
{
background-color: #BED93A;
}
</style>
border-color css
<style>
span { border-color: #BED93A; }
span { border-color: rgb(190,217,58); }
td.TdClassName
{
border-color: #BED93A;
}
.TagClassName
{
border-color: #BED93A;
}
</style>