#BDC86D

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

Shades of Wild Willow #BDC86D

Tints of Wild Willow #BDC86D

Color information

#BDC86D (or 0xBDC86D) is unknown color: approx Wild Willow. HEX triplet: BD, C8 and 6D. RGB value is (189,200,109). Sum of RGB (Red+Green+Blue) = 189+200+109=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC86D is #423792. Grayscale: #BABABA. Windows color (decimal): -4339603 or 7194813. OLE color: 7194813.

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

Color convert

RGB189200109-
CMYK0.0600.460.22
HSL67.25º45.27%60.59%-
HSV(B)67.25º45.5%78.43%-
XYZ44.453.2322.4-
YUV186.3484.36129.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 109 (42.97% from 255) = 21.89%
R=37.95%
G=40.16%
B=21.89%

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
Decimal1892001090.0600.460.2267.2545.2760.59
HexBDC86D602E16432d3d
Octal2753101556056261035575
Binary101111011100100011011011100101110101101000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC86D; }

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

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

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

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

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

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

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

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