#BDC86C

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

Shades of Wild Willow #BDC86C

Tints of Wild Willow #BDC86C

Color information

#BDC86C (or 0xBDC86C) is unknown color: approx Wild Willow. HEX triplet: BD, C8 and 6C. RGB value is (189,200,108). Sum of RGB (Red+Green+Blue) = 189+200+108=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC86C is #423793. Grayscale: #BABABA. Windows color (decimal): -4339604 or 7129277. OLE color: 7129277.

HSL color Cylindrical-coordinate representation of color #BDC86C: hue angle of 67.17º 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 #BDC86C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB189200108-
CMYK0.0600.460.22
HSL67.17º45.54%60.39%-
HSV(B)67.17º46%78.43%-
XYZ44.3553.2122.12-
YUV186.2283.86129.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=38.03%
G=40.24%
B=21.73%

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
Decimal1892001080.0600.460.2267.1745.5460.39
HexBDC86C602E16432e3c
Octal2753101546056261035674
Binary101111011100100011011001100101110101101000011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC86C; }

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

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

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

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

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

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

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

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