Shades of Las Palmas #BED93D
Tints of Las Palmas #BED93D
RGB
CMYK
RGB Variations
Color information
#BED93D (or 0xBED93D) is known color: Las Palmas. HEX triplet: BE, D9 and 3D. RGB value is (190,217,61). Sum of RGB (Red+Green+Blue) = 190+217+61=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #BED93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED93D is #4126C2. Grayscale: #BFBFBF. Windows color (decimal): -4269763 or 4053438. OLE color: 4053438.
HSL color Cylindrical-coordinate representation of color #BED93D: hue angle of 70.38º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BED93D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 61 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.15 |
| HSL | 70.38º | 0.67% | 0.55% | - |
| HSV(B) | 70.38º | 0.72% | 0.85% | - |
| XYZ | 46.89 | 60.91 | 13.7 | - |
| YUV | 191.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 61 | 0.12 | 0 | 0.72 | 0.15 | 70.38 | 0.67 | 0.55 |
| Hex | BE | D9 | 3D | C | 0 | 48 | F | 46 | 43 | 37 |
| Octal | 276 | 331 | 75 | 14 | 0 | 110 | 17 | 106 | 103 | 67 |
| Binary | 10111110 | 11011001 | 111101 | 1100 | 0 | 1001000 | 1111 | 1000110 | 1000011 | 110111 |
Color Harmonies of #BED93D
Complementary color
Monochromatic Colors of #BED93D
Black with #BED93D
Text Example
Text Example
White with #BED93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED93D; }
p { color: rgb(190,217,61); }
H1.HeaderClassName
{
color: #BED93D;
}
.AnyTagClassName
{
color: #BED93D;
}
</style>
background-color css
<style>
a { background-color: #BED93D; }
a { background-color: rgb(190,217,61); }
div.DivClassName
{
background-color: #BED93D;
}
.BgClassName
{
background-color: #BED93D;
}
</style>
border-color css
<style>
span { border-color: #BED93D; }
span { border-color: rgb(190,217,61); }
td.TdClassName
{
border-color: #BED93D;
}
.TagClassName
{
border-color: #BED93D;
}
</style>