#BCC45D

Color #BCC45D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BCC45D

Tints of Wild Willow #BCC45D

Color information

#BCC45D (or 0xBCC45D) is unknown color: approx Wild Willow. HEX triplet: BC, C4 and 5D. RGB value is (188,196,93). Sum of RGB (Red+Green+Blue) = 188+196+93=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC45D is #433BA2. Grayscale: #B6B6B6. Windows color (decimal): -4406179 or 6145212. OLE color: 6145212.

HSL color Cylindrical-coordinate representation of color #BCC45D: hue angle of 64.66º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCC45D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB18819693-
CMYK0.0400.530.23
HSL64.66º46.61%56.67%-
HSV(B)64.66º52.55%76.86%-
XYZ42.4550.9617.95-
YUV181.8777.85132.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 93 (36.72% from 255) = 19.50%
R=39.41%
G=41.09%
B=19.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188196930.0400.530.2364.6646.6156.67
HexBCC45D403517412f39
Octal2743041354065271015771
Binary101111001100010010111011000110101101111000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC45D; }

 p { color: rgb(188,196,93); }

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

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

 a { background-color: rgb(188,196,93); }

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

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

 span { border-color: rgb(188,196,93); }

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