#BCC86E

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

Shades of Wild Willow #BCC86E

Tints of Wild Willow #BCC86E

Color information

#BCC86E (or 0xBCC86E) is unknown color: approx Wild Willow. HEX triplet: BC, C8 and 6E. RGB value is (188,200,110). Sum of RGB (Red+Green+Blue) = 188+200+110=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC86E is #433791. Grayscale: #BABABA. Windows color (decimal): -4405138 or 7260348. OLE color: 7260348.

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

Color convert

RGB188200110-
CMYK0.0600.450.22
HSL68º45%60.78%-
HSV(B)68º45%78.43%-
XYZ44.2153.1322.68-
YUV186.1585.02129.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 110 (43.36% from 255) = 22.09%
R=37.75%
G=40.16%
B=22.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001100.0600.450.22684560.78
HexBCC86E602D16442d3d
Octal2743101566055261045575
Binary101111001100100011011101100101101101101000100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC86E; }

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

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

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

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

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

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

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

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