#BCD53A

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

Shades of Las Palmas #BCD53A

Tints of Las Palmas #BCD53A

Color information

#BCD53A (or 0xBCD53A) is unknown color: approx Las Palmas. HEX triplet: BC, D5 and 3A. RGB value is (188,213,58). Sum of RGB (Red+Green+Blue) = 188+213+58=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD53A is #432AC5. Grayscale: #BCBCBC. Windows color (decimal): -4401862 or 3855804. OLE color: 3855804.

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

Color convert

RGB18821358-
CMYK0.1200.730.16
HSL69.68º64.85%53.14%-
HSV(B)69.68º72.77%83.53%-
XYZ45.358.5912.92-
YUV187.8654.72128.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 213 (83.59% from 255) = 46.41%
BLUE value IS 58 (23.05% from 255) = 12.64%
R=40.96%
G=46.41%
B=12.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213580.1200.730.1669.6864.8553.14
HexBCD53AC04910464135
Octal274325721401112010610165
Binary10111100110101011110101100010010011000010001101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD53A; }

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

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

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

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

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

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

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

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