Shades of Las Palmas #BED73C
Tints of Las Palmas #BED73C
RGB
CMYK
RGB Variations
Color information
#BED73C (or 0xBED73C) is known color: Las Palmas. HEX triplet: BE, D7 and 3C. RGB value is (190,215,60). Sum of RGB (Red+Green+Blue) = 190+215+60=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #BED73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED73C is #4128C3. Grayscale: #BEBEBE. Windows color (decimal): -4270276 or 3987390. OLE color: 3987390.
HSL color Cylindrical-coordinate representation of color #BED73C: hue angle of 69.68º 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 #BED73C is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 60 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.16 |
| HSL | 69.68º | 0.66% | 0.54% | - |
| HSV(B) | 69.68º | 0.72% | 0.84% | - |
| XYZ | 46.35 | 59.87 | 13.39 | - |
| YUV | 189.86 | 54.72 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 60 | 0.12 | 0 | 0.72 | 0.16 | 69.68 | 0.66 | 0.54 |
| Hex | BE | D7 | 3C | C | 0 | 48 | 10 | 46 | 42 | 36 |
| Octal | 276 | 327 | 74 | 14 | 0 | 110 | 20 | 106 | 102 | 66 |
| Binary | 10111110 | 11010111 | 111100 | 1100 | 0 | 1001000 | 10000 | 1000110 | 1000010 | 110110 |
Color Harmonies of #BED73C
Complementary color
Monochromatic Colors of #BED73C
Black with #BED73C
Text Example
Text Example
White with #BED73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED73C; }
p { color: rgb(190,215,60); }
H1.HeaderClassName
{
color: #BED73C;
}
.AnyTagClassName
{
color: #BED73C;
}
</style>
background-color css
<style>
a { background-color: #BED73C; }
a { background-color: rgb(190,215,60); }
div.DivClassName
{
background-color: #BED73C;
}
.BgClassName
{
background-color: #BED73C;
}
</style>
border-color css
<style>
span { border-color: #BED73C; }
span { border-color: rgb(190,215,60); }
td.TdClassName
{
border-color: #BED73C;
}
.TagClassName
{
border-color: #BED73C;
}
</style>