#BCD96F

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

Shades of Wild Willow #BCD96F

Tints of Wild Willow #BCD96F

Color information

#BCD96F (or 0xBCD96F) is unknown color: approx Wild Willow. HEX triplet: BC, D9 and 6F. RGB value is (188,217,111). Sum of RGB (Red+Green+Blue) = 188+217+111=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD96F is #432690. Grayscale: #C4C4C4. Windows color (decimal): -4400785 or 7330236. OLE color: 7330236.

HSL color Cylindrical-coordinate representation of color #BCD96F: hue angle of 76.42º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCD96F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB188217111-
CMYK0.1300.490.15
HSL76.42º58.24%64.31%-
HSV(B)76.42º48.85%85.1%-
XYZ48.4261.4624.35-
YUV196.2479.89122.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 111 (43.75% from 255) = 21.51%
R=36.43%
G=42.05%
B=21.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171110.1300.490.1576.4258.2464.31
HexBCD96FD031F4c3a40
Octal274331157150611711472100
Binary1011110011011001110111111010110001111110011001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD96F; }

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

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

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

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

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

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

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

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