#BDC46C

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

Shades of Wild Willow #BDC46C

Tints of Wild Willow #BDC46C

Color information

#BDC46C (or 0xBDC46C) is unknown color: approx Wild Willow. HEX triplet: BD, C4 and 6C. RGB value is (189,196,108). Sum of RGB (Red+Green+Blue) = 189+196+108=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC46C is #423B93. Grayscale: #B8B8B8. Windows color (decimal): -4340628 or 7128253. OLE color: 7128253.

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

Color convert

RGB189196108-
CMYK0.0400.450.23
HSL64.77º42.72%59.61%-
HSV(B)64.77º44.9%76.86%-
XYZ43.4351.3821.82-
YUV183.8885.18131.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=38.34%
G=39.76%
B=21.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961080.0400.450.2364.7742.7259.61
HexBDC46C402D17412b3c
Octal2753041544055271015374
Binary101111011100010011011001000101101101111000001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC46C; }

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

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

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

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

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

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

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

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