Shades of Las Palmas #BED542
Tints of Las Palmas #BED542
RGB
CMYK
RGB Variations
Color information
#BED542 (or 0xBED542) is known color: Las Palmas. HEX triplet: BE, D5 and 42. RGB value is (190,213,66). Sum of RGB (Red+Green+Blue) = 190+213+66=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #BED542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED542 is #412ABD. Grayscale: #BDBDBD. Windows color (decimal): -4270782 or 4380094. OLE color: 4380094.
HSL color Cylindrical-coordinate representation of color #BED542: hue angle of 69.39º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BED542 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 66 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.16 |
| HSL | 69.39º | 0.64% | 0.55% | - |
| HSV(B) | 69.39º | 0.69% | 0.84% | - |
| XYZ | 46.01 | 58.93 | 14.1 | - |
| YUV | 189.37 | 58.38 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 66 | 0.11 | 0 | 0.69 | 0.16 | 69.39 | 0.64 | 0.55 |
| Hex | BE | D5 | 42 | B | 0 | 45 | 10 | 45 | 40 | 37 |
| Octal | 276 | 325 | 102 | 13 | 0 | 105 | 20 | 105 | 100 | 67 |
| Binary | 10111110 | 11010101 | 1000010 | 1011 | 0 | 1000101 | 10000 | 1000101 | 1000000 | 110111 |
Color Harmonies of #BED542
Complementary color
Monochromatic Colors of #BED542
Black with #BED542
Text Example
Text Example
White with #BED542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED542; }
p { color: rgb(190,213,66); }
H1.HeaderClassName
{
color: #BED542;
}
.AnyTagClassName
{
color: #BED542;
}
</style>
background-color css
<style>
a { background-color: #BED542; }
a { background-color: rgb(190,213,66); }
div.DivClassName
{
background-color: #BED542;
}
.BgClassName
{
background-color: #BED542;
}
</style>
border-color css
<style>
span { border-color: #BED542; }
span { border-color: rgb(190,213,66); }
td.TdClassName
{
border-color: #BED542;
}
.TagClassName
{
border-color: #BED542;
}
</style>