#BCC86C

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

Shades of Wild Willow #BCC86C

Tints of Wild Willow #BCC86C

Color information

#BCC86C (or 0xBCC86C) is unknown color: approx Wild Willow. HEX triplet: BC, C8 and 6C. RGB value is (188,200,108). Sum of RGB (Red+Green+Blue) = 188+200+108=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC86C is #433793. Grayscale: #BABABA. Windows color (decimal): -4405140 or 7129276. OLE color: 7129276.

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

Color convert

RGB188200108-
CMYK0.0600.460.22
HSL67.83º45.54%60.39%-
HSV(B)67.83º46%78.43%-
XYZ44.153.0822.11-
YUV185.9284.02129.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 108 (42.58% from 255) = 21.77%
R=37.90%
G=40.32%
B=21.77%

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
Decimal1882001080.0600.460.2267.8345.5460.39
HexBCC86C602E16442e3c
Octal2743101546056261045674
Binary101111001100100011011001100101110101101000100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC86C; }

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

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

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

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

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

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

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

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