Shades of Las Palmas #BED940
Tints of Las Palmas #BED940
RGB
CMYK
RGB Variations
Color information
#BED940 (or 0xBED940) is known color: Las Palmas. HEX triplet: BE, D9 and 40. RGB value is (190,217,64). Sum of RGB (Red+Green+Blue) = 190+217+64=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #BED940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED940 is #4126BF. Grayscale: #C0C0C0. Windows color (decimal): -4269760 or 4250046. OLE color: 4250046.
HSL color Cylindrical-coordinate representation of color #BED940: hue angle of 70.59º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BED940 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 64 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.15 |
| HSL | 70.59º | 0.67% | 0.55% | - |
| HSV(B) | 70.59º | 0.71% | 0.85% | - |
| XYZ | 46.97 | 60.94 | 14.14 | - |
| YUV | 191.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 64 | 0.12 | 0 | 0.71 | 0.15 | 70.59 | 0.67 | 0.55 |
| Hex | BE | D9 | 40 | C | 0 | 47 | F | 47 | 43 | 37 |
| Octal | 276 | 331 | 100 | 14 | 0 | 107 | 17 | 107 | 103 | 67 |
| Binary | 10111110 | 11011001 | 1000000 | 1100 | 0 | 1000111 | 1111 | 1000111 | 1000011 | 110111 |
Color Harmonies of #BED940
Complementary color
Monochromatic Colors of #BED940
Black with #BED940
Text Example
Text Example
White with #BED940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED940; }
p { color: rgb(190,217,64); }
H1.HeaderClassName
{
color: #BED940;
}
.AnyTagClassName
{
color: #BED940;
}
</style>
background-color css
<style>
a { background-color: #BED940; }
a { background-color: rgb(190,217,64); }
div.DivClassName
{
background-color: #BED940;
}
.BgClassName
{
background-color: #BED940;
}
</style>
border-color css
<style>
span { border-color: #BED940; }
span { border-color: rgb(190,217,64); }
td.TdClassName
{
border-color: #BED940;
}
.TagClassName
{
border-color: #BED940;
}
</style>