Shades of Las Palmas #BCCC3F
Tints of Las Palmas #BCCC3F
RGB
CMYK
RGB Variations
Color information
#BCCC3F (or 0xBCCC3F) is known color: Las Palmas. HEX triplet: BC, CC and 3F. RGB value is (188,204,63). Sum of RGB (Red+Green+Blue) = 188+204+63=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC3F is #4333C0. Grayscale: #B7B7B7. Windows color (decimal): -4404161 or 4181180. OLE color: 4181180.
HSL color Cylindrical-coordinate representation of color #BCCC3F: hue angle of 66.81º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCCC3F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 63 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.2 |
| HSL | 66.81º | 0.58% | 0.52% | - |
| HSV(B) | 66.81º | 0.69% | 0.8% | - |
| XYZ | 43.23 | 54.24 | 12.89 | - |
| YUV | 183.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 63 | 0.08 | 0 | 0.69 | 0.2 | 66.81 | 0.58 | 0.52 |
| Hex | BC | CC | 3F | 8 | 0 | 45 | 14 | 43 | 3A | 34 |
| Octal | 274 | 314 | 77 | 10 | 0 | 105 | 24 | 103 | 72 | 64 |
| Binary | 10111100 | 11001100 | 111111 | 1000 | 0 | 1000101 | 10100 | 1000011 | 111010 | 110100 |
Color Harmonies of #BCCC3F
Complementary color
Monochromatic Colors of #BCCC3F
Black with #BCCC3F
Text Example
Text Example
White with #BCCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC3F; }
p { color: rgb(188,204,63); }
H1.HeaderClassName
{
color: #BCCC3F;
}
.AnyTagClassName
{
color: #BCCC3F;
}
</style>
background-color css
<style>
a { background-color: #BCCC3F; }
a { background-color: rgb(188,204,63); }
div.DivClassName
{
background-color: #BCCC3F;
}
.BgClassName
{
background-color: #BCCC3F;
}
</style>
border-color css
<style>
span { border-color: #BCCC3F; }
span { border-color: rgb(188,204,63); }
td.TdClassName
{
border-color: #BCCC3F;
}
.TagClassName
{
border-color: #BCCC3F;
}
</style>