#BCD13A

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

Shades of Las Palmas #BCD13A

Tints of Las Palmas #BCD13A

Color information

#BCD13A (or 0xBCD13A) is unknown color: approx Las Palmas. HEX triplet: BC, D1 and 3A. RGB value is (188,209,58). Sum of RGB (Red+Green+Blue) = 188+209+58=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD13A is #432EC5. Grayscale: #BABABA. Windows color (decimal): -4402886 or 3854780. OLE color: 3854780.

HSL color Cylindrical-coordinate representation of color #BCD13A: hue angle of 68.34º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCD13A is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB18820958-
CMYK0.1000.720.18
HSL68.34º62.14%52.35%-
HSV(B)68.34º72.25%81.96%-
XYZ44.356.612.59-
YUV185.5156.04129.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 58 (23.05% from 255) = 12.75%
R=41.32%
G=45.93%
B=12.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188209580.1000.720.1868.3462.1452.35
HexBCD13AA04812443e34
Octal27432172120110221047664
Binary1011110011010001111010101001001000100101000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD13A; }

 p { color: rgb(188,209,58); }

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

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

 a { background-color: rgb(188,209,58); }

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

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

 span { border-color: rgb(188,209,58); }

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