Shades of Las Palmas #BED23E
Tints of Las Palmas #BED23E
RGB
CMYK
RGB Variations
Color information
#BED23E (or 0xBED23E) is known color: Las Palmas. HEX triplet: BE, D2 and 3E. RGB value is (190,210,62). Sum of RGB (Red+Green+Blue) = 190+210+62=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #BED23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED23E is #412DC1. Grayscale: #BBBBBB. Windows color (decimal): -4271554 or 4117182. OLE color: 4117182.
HSL color Cylindrical-coordinate representation of color #BED23E: hue angle of 68.11º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BED23E is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 62 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.18 |
| HSL | 68.11º | 0.62% | 0.53% | - |
| HSV(B) | 68.11º | 0.7% | 0.82% | - |
| XYZ | 45.15 | 57.39 | 13.25 | - |
| YUV | 187.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 62 | 0.10 | 0 | 0.70 | 0.18 | 68.11 | 0.62 | 0.53 |
| Hex | BE | D2 | 3E | A | 0 | 46 | 12 | 44 | 3E | 35 |
| Octal | 276 | 322 | 76 | 12 | 0 | 106 | 22 | 104 | 76 | 65 |
| Binary | 10111110 | 11010010 | 111110 | 1010 | 0 | 1000110 | 10010 | 1000100 | 111110 | 110101 |
Color Harmonies of #BED23E
Complementary color
Monochromatic Colors of #BED23E
Black with #BED23E
Text Example
Text Example
White with #BED23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED23E; }
p { color: rgb(190,210,62); }
H1.HeaderClassName
{
color: #BED23E;
}
.AnyTagClassName
{
color: #BED23E;
}
</style>
background-color css
<style>
a { background-color: #BED23E; }
a { background-color: rgb(190,210,62); }
div.DivClassName
{
background-color: #BED23E;
}
.BgClassName
{
background-color: #BED23E;
}
</style>
border-color css
<style>
span { border-color: #BED23E; }
span { border-color: rgb(190,210,62); }
td.TdClassName
{
border-color: #BED23E;
}
.TagClassName
{
border-color: #BED23E;
}
</style>