Shades of Las Palmas #BEE23C
Tints of Las Palmas #BEE23C
RGB
CMYK
RGB Variations
Color information
#BEE23C (or 0xBEE23C) is known color: Las Palmas. HEX triplet: BE, E2 and 3C. RGB value is (190,226,60). Sum of RGB (Red+Green+Blue) = 190+226+60=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE23C is #411DC3. Grayscale: #C4C4C4. Windows color (decimal): -4267460 or 3990206. OLE color: 3990206.
HSL color Cylindrical-coordinate representation of color #BEE23C: hue angle of 73.01º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEE23C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 60 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.11 |
| HSL | 73.01º | 0.74% | 0.56% | - |
| HSV(B) | 73.01º | 0.73% | 0.89% | - |
| XYZ | 49.25 | 65.67 | 14.35 | - |
| YUV | 196.31 | 51.07 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 60 | 0.16 | 0 | 0.73 | 0.11 | 73.01 | 0.74 | 0.56 |
| Hex | BE | E2 | 3C | 10 | 0 | 49 | B | 49 | 4A | 38 |
| Octal | 276 | 342 | 74 | 20 | 0 | 111 | 13 | 111 | 112 | 70 |
| Binary | 10111110 | 11100010 | 111100 | 10000 | 0 | 1001001 | 1011 | 1001001 | 1001010 | 111000 |
Color Harmonies of #BEE23C
Complementary color
Monochromatic Colors of #BEE23C
Black with #BEE23C
Text Example
Text Example
White with #BEE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE23C; }
p { color: rgb(190,226,60); }
H1.HeaderClassName
{
color: #BEE23C;
}
.AnyTagClassName
{
color: #BEE23C;
}
</style>
background-color css
<style>
a { background-color: #BEE23C; }
a { background-color: rgb(190,226,60); }
div.DivClassName
{
background-color: #BEE23C;
}
.BgClassName
{
background-color: #BEE23C;
}
</style>
border-color css
<style>
span { border-color: #BEE23C; }
span { border-color: rgb(190,226,60); }
td.TdClassName
{
border-color: #BEE23C;
}
.TagClassName
{
border-color: #BEE23C;
}
</style>