#BCDC35

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

Shades of Las Palmas #BCDC35

Tints of Las Palmas #BCDC35

Color information

#BCDC35 (or 0xBCDC35) is unknown color: approx Las Palmas. HEX triplet: BC, DC and 35. RGB value is (188,220,53). Sum of RGB (Red+Green+Blue) = 188+220+53=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC35 is #4323CA. Grayscale: #C0C0C0. Windows color (decimal): -4400075 or 3529916. OLE color: 3529916.

HSL color Cylindrical-coordinate representation of color #BCDC35: hue angle of 71.5º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCDC35 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB18822053-
CMYK0.1500.760.14
HSL71.5º70.46%53.53%-
HSV(B)71.5º75.91%86.27%-
XYZ46.9762.1312.89-
YUV191.3949.9125.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 53 (21.09% from 255) = 11.50%
R=40.78%
G=47.72%
B=11.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188220530.1500.760.1471.570.4653.53
HexBCDC35F04CE474636
Octal274334651701141610710666
Binary1011110011011100110101111101001100111010001111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC35; }

 p { color: rgb(188,220,53); }

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

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

 a { background-color: rgb(188,220,53); }

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

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

 span { border-color: rgb(188,220,53); }

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