#bcd96e

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

Shades of Wild Willow #BCD96E

Tints of Wild Willow #BCD96E

Color information

#BCD96E (or 0xBCD96E) is unknown color: approx Wild Willow. HEX triplet: BC, D9 and 6E. RGB value is (188,217,110). Sum of RGB (Red+Green+Blue) = 188+217+110=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD96E is #432691. Grayscale: #C4C4C4. Windows color (decimal): -4400786 or 7264700. OLE color: 7264700.

HSL color Cylindrical-coordinate representation of color #BCD96E: hue angle of 76.26º 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 #BCD96E is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB188217110-
CMYK0.1300.490.15
HSL76.26º58.47%64.12%-
HSV(B)76.26º49.31%85.1%-
XYZ48.3761.4424.06-
YUV196.1379.39122.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 110 (43.36% from 255) = 21.36%
R=36.50%
G=42.14%
B=21.36%

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
Decimal1882171100.1300.490.1576.2658.4764.12
HexBCD96ED031F4c3a40
Octal274331156150611711472100
Binary1011110011011001110111011010110001111110011001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcd96e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcd96e; }

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

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

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

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

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

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

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

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