#BDC86F

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

Shades of Wild Willow #BDC86F

Tints of Wild Willow #BDC86F

Color information

#BDC86F (or 0xBDC86F) is unknown color: approx Wild Willow. HEX triplet: BD, C8 and 6F. RGB value is (189,200,111). Sum of RGB (Red+Green+Blue) = 189+200+111=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC86F is #423790. Grayscale: #BABABA. Windows color (decimal): -4339601 or 7325885. OLE color: 7325885.

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

Color convert

RGB189200111-
CMYK0.0600.440.22
HSL67.42º44.72%60.98%-
HSV(B)67.42º44.5%78.43%-
XYZ44.5153.2822.98-
YUV186.5685.36129.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 200 (78.52% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=37.8%
G=40%
B=22.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001110.0600.440.2267.4244.7260.98
HexBDC86F602C16432d3d
Octal2753101576054261035575
Binary101111011100100011011111100101100101101000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC86F; }

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

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

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

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

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

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

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

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