Shades of Las Palmas #BCCC3E
Tints of Las Palmas #BCCC3E
RGB
CMYK
RGB Variations
Color information
#BCCC3E (or 0xBCCC3E) is known color: Las Palmas. HEX triplet: BC, CC and 3E. RGB value is (188,204,62). Sum of RGB (Red+Green+Blue) = 188+204+62=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC3E is #4333C1. Grayscale: #B7B7B7. Windows color (decimal): -4404162 or 4115644. OLE color: 4115644.
HSL color Cylindrical-coordinate representation of color #BCCC3E: hue angle of 66.76º 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 #BCCC3E is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 62 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.2 |
| HSL | 66.76º | 0.58% | 0.52% | - |
| HSV(B) | 66.76º | 0.7% | 0.8% | - |
| XYZ | 43.2 | 54.22 | 12.75 | - |
| YUV | 183.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 62 | 0.08 | 0 | 0.70 | 0.2 | 66.76 | 0.58 | 0.52 |
| Hex | BC | CC | 3E | 8 | 0 | 46 | 14 | 43 | 3A | 34 |
| Octal | 274 | 314 | 76 | 10 | 0 | 106 | 24 | 103 | 72 | 64 |
| Binary | 10111100 | 11001100 | 111110 | 1000 | 0 | 1000110 | 10100 | 1000011 | 111010 | 110100 |
Color Harmonies of #BCCC3E
Complementary color
Monochromatic Colors of #BCCC3E
Black with #BCCC3E
Text Example
Text Example
White with #BCCC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC3E; }
p { color: rgb(188,204,62); }
H1.HeaderClassName
{
color: #BCCC3E;
}
.AnyTagClassName
{
color: #BCCC3E;
}
</style>
background-color css
<style>
a { background-color: #BCCC3E; }
a { background-color: rgb(188,204,62); }
div.DivClassName
{
background-color: #BCCC3E;
}
.BgClassName
{
background-color: #BCCC3E;
}
</style>
border-color css
<style>
span { border-color: #BCCC3E; }
span { border-color: rgb(188,204,62); }
td.TdClassName
{
border-color: #BCCC3E;
}
.TagClassName
{
border-color: #BCCC3E;
}
</style>