#BCC86D

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

Shades of Wild Willow #BCC86D

Tints of Wild Willow #BCC86D

Color information

#BCC86D (or 0xBCC86D) is unknown color: approx Wild Willow. HEX triplet: BC, C8 and 6D. RGB value is (188,200,109). Sum of RGB (Red+Green+Blue) = 188+200+109=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC86D is #433792. Grayscale: #BABABA. Windows color (decimal): -4405139 or 7194812. OLE color: 7194812.

HSL color Cylindrical-coordinate representation of color #BCC86D: hue angle of 67.91º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCC86D is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB188200109-
CMYK0.0600.460.22
HSL67.91º45.27%60.59%-
HSV(B)67.91º45.5%78.43%-
XYZ44.1553.122.39-
YUV186.0484.52129.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=37.83%
G=40.24%
B=21.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001090.0600.460.2267.9145.2760.59
HexBCC86D602E16442d3d
Octal2743101556056261045575
Binary101111001100100011011011100101110101101000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC86D; }

 p { color: rgb(188,200,109); }

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

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

 a { background-color: rgb(188,200,109); }

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

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

 span { border-color: rgb(188,200,109); }

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