#BDC466

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

Shades of Wild Willow #BDC466

Tints of Wild Willow #BDC466

Color information

#BDC466 (or 0xBDC466) is unknown color: approx Wild Willow. HEX triplet: BD, C4 and 66. RGB value is (189,196,102). Sum of RGB (Red+Green+Blue) = 189+196+102=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC466 is #423B99. Grayscale: #B7B7B7. Windows color (decimal): -4340634 or 6735037. OLE color: 6735037.

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

Color convert

RGB189196102-
CMYK0.0400.480.23
HSL64.47º44.34%58.43%-
HSV(B)64.47º47.96%76.86%-
XYZ43.1251.2620.19-
YUV183.1982.18132.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 102 (40.23% from 255) = 20.94%
R=38.81%
G=40.25%
B=20.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961020.0400.480.2364.4744.3458.43
HexBDC466403017402c3a
Octal2753041464060271005472
Binary101111011100010011001101000110000101111000000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC466; }

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

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

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

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

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

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

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

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