#BCD56F

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

Shades of Wild Willow #BCD56F

Tints of Wild Willow #BCD56F

Color information

#BCD56F (or 0xBCD56F) is unknown color: approx Wild Willow. HEX triplet: BC, D5 and 6F. RGB value is (188,213,111). Sum of RGB (Red+Green+Blue) = 188+213+111=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD56F is #432A90. Grayscale: #C2C2C2. Windows color (decimal): -4401809 or 7329212. OLE color: 7329212.

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

Color convert

RGB188213111-
CMYK0.1200.480.16
HSL74.71º54.84%63.53%-
HSV(B)74.71º47.89%83.53%-
XYZ47.459.4324.01-
YUV193.981.22123.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=36.72%
G=41.60%
B=21.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131110.1200.480.1674.7154.8463.53
HexBCD56FC030104b3740
Octal274325157140602011367100
Binary10111100110101011101111110001100001000010010111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD56F; }

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

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

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

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

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

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

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

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