#BDC56A

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

Shades of Wild Willow #BDC56A

Tints of Wild Willow #BDC56A

Color information

#BDC56A (or 0xBDC56A) is unknown color: approx Wild Willow. HEX triplet: BD, C5 and 6A. RGB value is (189,197,106). Sum of RGB (Red+Green+Blue) = 189+197+106=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC56A is #423A95. Grayscale: #B8B8B8. Windows color (decimal): -4340374 or 6997437. OLE color: 6997437.

HSL color Cylindrical-coordinate representation of color #BDC56A: hue angle of 65.27º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC56A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB189197106-
CMYK0.0400.460.23
HSL65.27º43.96%59.41%-
HSV(B)65.27º46.19%77.25%-
XYZ43.5551.7921.34-
YUV184.2383.85131.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=38.41%
G=40.04%
B=21.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971060.0400.460.2365.2743.9659.41
HexBDC56A402E17412c3b
Octal2753051524056271015473
Binary101111011100010111010101000101110101111000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC56A; }

 p { color: rgb(189,197,106); }

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

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

 a { background-color: rgb(189,197,106); }

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

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

 span { border-color: rgb(189,197,106); }

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