Shades of Las Palmas #BED33B
Tints of Las Palmas #BED33B
RGB
CMYK
RGB Variations
Color information
#BED33B (or 0xBED33B) is known color: Las Palmas. HEX triplet: BE, D3 and 3B. RGB value is (190,211,59). Sum of RGB (Red+Green+Blue) = 190+211+59=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #BED33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED33B is #412CC4. Grayscale: #BBBBBB. Windows color (decimal): -4271301 or 3920830. OLE color: 3920830.
HSL color Cylindrical-coordinate representation of color #BED33B: hue angle of 68.29º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BED33B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 59 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.17 |
| HSL | 68.29º | 0.63% | 0.53% | - |
| HSV(B) | 68.29º | 0.72% | 0.83% | - |
| XYZ | 45.32 | 57.85 | 12.92 | - |
| YUV | 187.39 | 55.54 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 59 | 0.10 | 0 | 0.72 | 0.17 | 68.29 | 0.63 | 0.53 |
| Hex | BE | D3 | 3B | A | 0 | 48 | 11 | 44 | 3F | 35 |
| Octal | 276 | 323 | 73 | 12 | 0 | 110 | 21 | 104 | 77 | 65 |
| Binary | 10111110 | 11010011 | 111011 | 1010 | 0 | 1001000 | 10001 | 1000100 | 111111 | 110101 |
Color Harmonies of #BED33B
Complementary color
Monochromatic Colors of #BED33B
Black with #BED33B
Text Example
Text Example
White with #BED33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED33B; }
p { color: rgb(190,211,59); }
H1.HeaderClassName
{
color: #BED33B;
}
.AnyTagClassName
{
color: #BED33B;
}
</style>
background-color css
<style>
a { background-color: #BED33B; }
a { background-color: rgb(190,211,59); }
div.DivClassName
{
background-color: #BED33B;
}
.BgClassName
{
background-color: #BED33B;
}
</style>
border-color css
<style>
span { border-color: #BED33B; }
span { border-color: rgb(190,211,59); }
td.TdClassName
{
border-color: #BED33B;
}
.TagClassName
{
border-color: #BED33B;
}
</style>