Shades of Las Palmas #BED13C
Tints of Las Palmas #BED13C
RGB
CMYK
RGB Variations
Color information
#BED13C (or 0xBED13C) is known color: Las Palmas. HEX triplet: BE, D1 and 3C. RGB value is (190,209,60). Sum of RGB (Red+Green+Blue) = 190+209+60=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #BED13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED13C is #412EC3. Grayscale: #BABABA. Windows color (decimal): -4271812 or 3985854. OLE color: 3985854.
HSL color Cylindrical-coordinate representation of color #BED13C: hue angle of 67.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BED13C is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 60 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.18 |
| HSL | 67.65º | 0.62% | 0.53% | - |
| HSV(B) | 67.65º | 0.71% | 0.82% | - |
| XYZ | 44.85 | 56.87 | 12.89 | - |
| YUV | 186.33 | 56.71 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 60 | 0.09 | 0 | 0.71 | 0.18 | 67.65 | 0.62 | 0.53 |
| Hex | BE | D1 | 3C | 9 | 0 | 47 | 12 | 44 | 3E | 35 |
| Octal | 276 | 321 | 74 | 11 | 0 | 107 | 22 | 104 | 76 | 65 |
| Binary | 10111110 | 11010001 | 111100 | 1001 | 0 | 1000111 | 10010 | 1000100 | 111110 | 110101 |
Color Harmonies of #BED13C
Complementary color
Monochromatic Colors of #BED13C
Black with #BED13C
Text Example
Text Example
White with #BED13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED13C; }
p { color: rgb(190,209,60); }
H1.HeaderClassName
{
color: #BED13C;
}
.AnyTagClassName
{
color: #BED13C;
}
</style>
background-color css
<style>
a { background-color: #BED13C; }
a { background-color: rgb(190,209,60); }
div.DivClassName
{
background-color: #BED13C;
}
.BgClassName
{
background-color: #BED13C;
}
</style>
border-color css
<style>
span { border-color: #BED13C; }
span { border-color: rgb(190,209,60); }
td.TdClassName
{
border-color: #BED13C;
}
.TagClassName
{
border-color: #BED13C;
}
</style>