Shades of Las Palmas #BECF42
Tints of Las Palmas #BECF42
RGB
CMYK
RGB Variations
Color information
#BECF42 (or 0xBECF42) is known color: Las Palmas. HEX triplet: BE, CF and 42. RGB value is (190,207,66). Sum of RGB (Red+Green+Blue) = 190+207+66=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF42 is #4130BD. Grayscale: #BABABA. Windows color (decimal): -4272318 or 4378558. OLE color: 4378558.
HSL color Cylindrical-coordinate representation of color #BECF42: hue angle of 67.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BECF42 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 66 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.19 |
| HSL | 67.23º | 0.59% | 0.54% | - |
| HSV(B) | 67.23º | 0.68% | 0.81% | - |
| XYZ | 44.53 | 55.97 | 13.61 | - |
| YUV | 185.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 66 | 0.08 | 0 | 0.68 | 0.19 | 67.23 | 0.59 | 0.54 |
| Hex | BE | CF | 42 | 8 | 0 | 44 | 13 | 43 | 3B | 36 |
| Octal | 276 | 317 | 102 | 10 | 0 | 104 | 23 | 103 | 73 | 66 |
| Binary | 10111110 | 11001111 | 1000010 | 1000 | 0 | 1000100 | 10011 | 1000011 | 111011 | 110110 |
Color Harmonies of #BECF42
Complementary color
Monochromatic Colors of #BECF42
Black with #BECF42
Text Example
Text Example
White with #BECF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECF42; }
p { color: rgb(190,207,66); }
H1.HeaderClassName
{
color: #BECF42;
}
.AnyTagClassName
{
color: #BECF42;
}
</style>
background-color css
<style>
a { background-color: #BECF42; }
a { background-color: rgb(190,207,66); }
div.DivClassName
{
background-color: #BECF42;
}
.BgClassName
{
background-color: #BECF42;
}
</style>
border-color css
<style>
span { border-color: #BECF42; }
span { border-color: rgb(190,207,66); }
td.TdClassName
{
border-color: #BECF42;
}
.TagClassName
{
border-color: #BECF42;
}
</style>