Shades of Las Palmas #BCEA32
Tints of Las Palmas #BCEA32
RGB
CMYK
RGB Variations
Color information
#BCEA32 (or 0xBCEA32) is known color: Las Palmas. HEX triplet: BC, EA and 32. RGB value is (188,234,50). Sum of RGB (Red+Green+Blue) = 188+234+50=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA32 is #4315CD. Grayscale: #C7C7C7. Windows color (decimal): -4396494 or 3336892. OLE color: 3336892.
HSL color Cylindrical-coordinate representation of color #BCEA32: hue angle of 75º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCEA32 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 50 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.08 |
| HSL | 75º | 0.81% | 0.56% | - |
| HSV(B) | 75º | 0.79% | 0.92% | - |
| XYZ | 50.74 | 69.77 | 13.81 | - |
| YUV | 199.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 50 | 0.20 | 0 | 0.79 | 0.08 | 75 | 0.81 | 0.56 |
| Hex | BC | EA | 32 | 14 | 0 | 4F | 8 | 4B | 51 | 38 |
| Octal | 274 | 352 | 62 | 24 | 0 | 117 | 10 | 113 | 121 | 70 |
| Binary | 10111100 | 11101010 | 110010 | 10100 | 0 | 1001111 | 1000 | 1001011 | 1010001 | 111000 |
Color Harmonies of #BCEA32
Complementary color
Monochromatic Colors of #BCEA32
Black with #BCEA32
Text Example
Text Example
White with #BCEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEA32; }
p { color: rgb(188,234,50); }
H1.HeaderClassName
{
color: #BCEA32;
}
.AnyTagClassName
{
color: #BCEA32;
}
</style>
background-color css
<style>
a { background-color: #BCEA32; }
a { background-color: rgb(188,234,50); }
div.DivClassName
{
background-color: #BCEA32;
}
.BgClassName
{
background-color: #BCEA32;
}
</style>
border-color css
<style>
span { border-color: #BCEA32; }
span { border-color: rgb(188,234,50); }
td.TdClassName
{
border-color: #BCEA32;
}
.TagClassName
{
border-color: #BCEA32;
}
</style>