#BCD641

Color #BCD641 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BCD641

Tints of Las Palmas #BCD641

Color information

#BCD641 (or 0xBCD641) is unknown color: approx Las Palmas. HEX triplet: BC, D6 and 41. RGB value is (188,214,65). Sum of RGB (Red+Green+Blue) = 188+214+65=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD641 is #4329BE. Grayscale: #BDBDBD. Windows color (decimal): -4401599 or 4314812. OLE color: 4314812.

HSL color Cylindrical-coordinate representation of color #BCD641: hue angle of 70.47º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD641 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB18821465-
CMYK0.1200.700.16
HSL70.47º64.5%54.71%-
HSV(B)70.47º69.63%83.92%-
XYZ45.7459.1714.01-
YUV189.2457.89127.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 65 (25.78% from 255) = 13.92%
R=40.26%
G=45.82%
B=13.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188214650.1200.700.1670.4764.554.71
HexBCD641C04610464137
Octal2743261011401062010610167
Binary101111001101011010000011100010001101000010001101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD641; }

 p { color: rgb(188,214,65); }

 H1.HeaderClassName
 {
   color: #BCD641;
 }
 .AnyTagClassName
 {
   color: #BCD641;
 }
</style>
background-color css

<style>
 a { background-color: #BCD641; }

 a { background-color: rgb(188,214,65); }

 div.DivClassName
 {
   background-color: #BCD641;
 }
 .BgClassName
 {
   background-color: #BCD641;
 }
</style>
border-color css

<style>
 span { border-color: #BCD641; }

 span { border-color: rgb(188,214,65); }

 td.TdClassName
 {
   border-color: #BCD641;
 }
 .TagClassName
 {
   border-color: #BCD641;
 }
</style>