Shades of Las Palmas #BECC3E
Tints of Las Palmas #BECC3E
RGB
CMYK
RGB Variations
Color information
#BECC3E (or 0xBECC3E) is known color: Las Palmas. HEX triplet: BE, CC and 3E. RGB value is (190,204,62). Sum of RGB (Red+Green+Blue) = 190+204+62=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC3E is #4133C1. Grayscale: #B8B8B8. Windows color (decimal): -4273090 or 4115646. OLE color: 4115646.
HSL color Cylindrical-coordinate representation of color #BECC3E: hue angle of 65.92º degrees, saturation: 0.58, 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 #BECC3E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 62 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.2 |
| HSL | 65.92º | 0.58% | 0.52% | - |
| HSV(B) | 65.92º | 0.7% | 0.8% | - |
| XYZ | 43.7 | 54.48 | 12.77 | - |
| YUV | 183.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 62 | 0.07 | 0 | 0.70 | 0.2 | 65.92 | 0.58 | 0.52 |
| Hex | BE | CC | 3E | 7 | 0 | 46 | 14 | 42 | 3A | 34 |
| Octal | 276 | 314 | 76 | 7 | 0 | 106 | 24 | 102 | 72 | 64 |
| Binary | 10111110 | 11001100 | 111110 | 111 | 0 | 1000110 | 10100 | 1000010 | 111010 | 110100 |
Color Harmonies of #BECC3E
Complementary color
Monochromatic Colors of #BECC3E
Black with #BECC3E
Text Example
Text Example
White with #BECC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC3E; }
p { color: rgb(190,204,62); }
H1.HeaderClassName
{
color: #BECC3E;
}
.AnyTagClassName
{
color: #BECC3E;
}
</style>
background-color css
<style>
a { background-color: #BECC3E; }
a { background-color: rgb(190,204,62); }
div.DivClassName
{
background-color: #BECC3E;
}
.BgClassName
{
background-color: #BECC3E;
}
</style>
border-color css
<style>
span { border-color: #BECC3E; }
span { border-color: rgb(190,204,62); }
td.TdClassName
{
border-color: #BECC3E;
}
.TagClassName
{
border-color: #BECC3E;
}
</style>