#BCD940

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

Shades of Las Palmas #BCD940

Tints of Las Palmas #BCD940

Color information

#BCD940 (or 0xBCD940) is unknown color: approx Las Palmas. HEX triplet: BC, D9 and 40. RGB value is (188,217,64). Sum of RGB (Red+Green+Blue) = 188+217+64=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD940 is #4326BF. Grayscale: #BFBFBF. Windows color (decimal): -4400832 or 4250044. OLE color: 4250044.

HSL color Cylindrical-coordinate representation of color #BCD940: hue angle of 71.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCD940 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB18821764-
CMYK0.1300.710.15
HSL71.37º66.81%55.1%-
HSV(B)71.37º70.51%85.1%-
XYZ46.4860.6914.11-
YUV190.8956.39125.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 64 (25.39% from 255) = 13.65%
R=40.09%
G=46.27%
B=13.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188217640.1300.710.1571.3766.8155.1
HexBCD940D047F474337
Octal2743311001501071710710367
Binary10111100110110011000000110101000111111110001111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD940; }

 p { color: rgb(188,217,64); }

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

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

 a { background-color: rgb(188,217,64); }

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

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

 span { border-color: rgb(188,217,64); }

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