#BDC36A

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

Shades of Wild Willow #BDC36A

Tints of Wild Willow #BDC36A

Color information

#BDC36A (or 0xBDC36A) is unknown color: approx Wild Willow. HEX triplet: BD, C3 and 6A. RGB value is (189,195,106). Sum of RGB (Red+Green+Blue) = 189+195+106=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC36A is #423C95. Grayscale: #B7B7B7. Windows color (decimal): -4340886 or 6996925. OLE color: 6996925.

HSL color Cylindrical-coordinate representation of color #BDC36A: hue angle of 64.04º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC36A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB189195106-
CMYK0.0300.460.24
HSL64.04º42.58%59.02%-
HSV(B)64.04º45.64%76.47%-
XYZ43.150.8921.19-
YUV183.0684.51132.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.57%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=38.57%
G=39.80%
B=21.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951060.0300.460.2464.0442.5859.02
HexBDC36A302E18402b3b
Octal2753031523056301005373
Binary10111101110000111101010110101110110001000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC36A; }

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

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

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

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

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

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

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

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