Shades of Las Palmas #BECD3E
Tints of Las Palmas #BECD3E
RGB
CMYK
RGB Variations
Color information
#BECD3E (or 0xBECD3E) is known color: Las Palmas. HEX triplet: BE, CD and 3E. RGB value is (190,205,62). Sum of RGB (Red+Green+Blue) = 190+205+62=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECD3E is #4132C1. Grayscale: #B8B8B8. Windows color (decimal): -4272834 or 4115902. OLE color: 4115902.
HSL color Cylindrical-coordinate representation of color #BECD3E: hue angle of 66.29º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BECD3E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 62 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.20 |
| HSL | 66.29º | 0.59% | 0.52% | - |
| HSV(B) | 66.29º | 0.7% | 0.8% | - |
| XYZ | 43.94 | 54.96 | 12.85 | - |
| YUV | 184.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 62 | 0.07 | 0 | 0.70 | 0.20 | 66.29 | 0.59 | 0.52 |
| Hex | BE | CD | 3E | 7 | 0 | 46 | 14 | 42 | 3B | 34 |
| Octal | 276 | 315 | 76 | 7 | 0 | 106 | 24 | 102 | 73 | 64 |
| Binary | 10111110 | 11001101 | 111110 | 111 | 0 | 1000110 | 10100 | 1000010 | 111011 | 110100 |
Color Harmonies of #BECD3E
Complementary color
Monochromatic Colors of #BECD3E
Black with #BECD3E
Text Example
Text Example
White with #BECD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECD3E; }
p { color: rgb(190,205,62); }
H1.HeaderClassName
{
color: #BECD3E;
}
.AnyTagClassName
{
color: #BECD3E;
}
</style>
background-color css
<style>
a { background-color: #BECD3E; }
a { background-color: rgb(190,205,62); }
div.DivClassName
{
background-color: #BECD3E;
}
.BgClassName
{
background-color: #BECD3E;
}
</style>
border-color css
<style>
span { border-color: #BECD3E; }
span { border-color: rgb(190,205,62); }
td.TdClassName
{
border-color: #BECD3E;
}
.TagClassName
{
border-color: #BECD3E;
}
</style>