Shades of Las Palmas #BED73D
Tints of Las Palmas #BED73D
RGB
CMYK
RGB Variations
Color information
#BED73D (or 0xBED73D) is known color: Las Palmas. HEX triplet: BE, D7 and 3D. RGB value is (190,215,61). Sum of RGB (Red+Green+Blue) = 190+215+61=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #BED73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED73D is #4128C2. Grayscale: #BEBEBE. Windows color (decimal): -4270275 or 4052926. OLE color: 4052926.
HSL color Cylindrical-coordinate representation of color #BED73D: hue angle of 69.74º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BED73D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 61 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.16 |
| HSL | 69.74º | 0.66% | 0.54% | - |
| HSV(B) | 69.74º | 0.72% | 0.84% | - |
| XYZ | 46.38 | 59.88 | 13.53 | - |
| YUV | 189.97 | 55.22 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 61 | 0.12 | 0 | 0.72 | 0.16 | 69.74 | 0.66 | 0.54 |
| Hex | BE | D7 | 3D | C | 0 | 48 | 10 | 46 | 42 | 36 |
| Octal | 276 | 327 | 75 | 14 | 0 | 110 | 20 | 106 | 102 | 66 |
| Binary | 10111110 | 11010111 | 111101 | 1100 | 0 | 1001000 | 10000 | 1000110 | 1000010 | 110110 |
Color Harmonies of #BED73D
Complementary color
Monochromatic Colors of #BED73D
Black with #BED73D
Text Example
Text Example
White with #BED73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED73D; }
p { color: rgb(190,215,61); }
H1.HeaderClassName
{
color: #BED73D;
}
.AnyTagClassName
{
color: #BED73D;
}
</style>
background-color css
<style>
a { background-color: #BED73D; }
a { background-color: rgb(190,215,61); }
div.DivClassName
{
background-color: #BED73D;
}
.BgClassName
{
background-color: #BED73D;
}
</style>
border-color css
<style>
span { border-color: #BED73D; }
span { border-color: rgb(190,215,61); }
td.TdClassName
{
border-color: #BED73D;
}
.TagClassName
{
border-color: #BED73D;
}
</style>