#BCD445

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

Shades of Las Palmas #BCD445

Tints of Las Palmas #BCD445

Color information

#BCD445 (or 0xBCD445) is unknown color: approx Las Palmas. HEX triplet: BC, D4 and 45. RGB value is (188,212,69). Sum of RGB (Red+Green+Blue) = 188+212+69=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD445 is #432BBA. Grayscale: #BDBDBD. Windows color (decimal): -4402107 or 4576444. OLE color: 4576444.

HSL color Cylindrical-coordinate representation of color #BCD445: hue angle of 70.07º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD445 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB18821269-
CMYK0.1100.670.17
HSL70.07º62.45%55.1%-
HSV(B)70.07º67.45%83.14%-
XYZ45.3658.2114.47-
YUV188.5260.55127.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 69 (27.34% from 255) = 14.71%
R=40.09%
G=45.20%
B=14.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188212690.1100.670.1770.0762.4555.1
HexBCD445B04311463e37
Octal274324105130103211067667
Binary10111100110101001000101101101000011100011000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD445; }

 p { color: rgb(188,212,69); }

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

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

 a { background-color: rgb(188,212,69); }

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

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

 span { border-color: rgb(188,212,69); }

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