#BDC46E

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

Shades of Wild Willow #BDC46E

Tints of Wild Willow #BDC46E

Color information

#BDC46E (or 0xBDC46E) is unknown color: approx Wild Willow. HEX triplet: BD, C4 and 6E. RGB value is (189,196,110). Sum of RGB (Red+Green+Blue) = 189+196+110=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC46E is #423B91. Grayscale: #B8B8B8. Windows color (decimal): -4340626 or 7259325. OLE color: 7259325.

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

Color convert

RGB189196110-
CMYK0.0400.440.23
HSL64.88º42.16%60%-
HSV(B)64.88º43.88%76.86%-
XYZ43.5451.4222.38-
YUV184.186.18131.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=38.18%
G=39.60%
B=22.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961100.0400.440.2364.8842.1660
HexBDC46E402C17412a3c
Octal2753041564054271015274
Binary101111011100010011011101000101100101111000001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC46E; }

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

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

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

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

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

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

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

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