#BCC36E

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

Shades of Wild Willow #BCC36E

Tints of Wild Willow #BCC36E

Color information

#BCC36E (or 0xBCC36E) is unknown color: approx Wild Willow. HEX triplet: BC, C3 and 6E. RGB value is (188,195,110). Sum of RGB (Red+Green+Blue) = 188+195+110=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC36E is #433C91. Grayscale: #B7B7B7. Windows color (decimal): -4406418 or 7259068. OLE color: 7259068.

HSL color Cylindrical-coordinate representation of color #BCC36E: hue angle of 64.94º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCC36E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB188195110-
CMYK0.0400.440.24
HSL64.94º41.46%59.8%-
HSV(B)64.94º43.59%76.47%-
XYZ43.0750.8522.3-
YUV183.2286.68131.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=38.13%
G=39.55%
B=22.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951100.0400.440.2464.9441.4659.8
HexBCC36E402C1841293c
Octal2743031564054301015174
Binary101111001100001111011101000101100110001000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC36E; }

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

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

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

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

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

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

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

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