#BDC656

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

Shades of Wild Willow #BDC656

Tints of Wild Willow #BDC656

Color information

#BDC656 (or 0xBDC656) is unknown color: approx Wild Willow. HEX triplet: BD, C6 and 56. RGB value is (189,198,86). Sum of RGB (Red+Green+Blue) = 189+198+86=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC656 is #4239A9. Grayscale: #B6B6B6. Windows color (decimal): -4340138 or 5686973. OLE color: 5686973.

HSL color Cylindrical-coordinate representation of color #BDC656: hue angle of 64.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC656 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB18919886-
CMYK0.0500.570.22
HSL64.82º49.56%55.69%-
HSV(B)64.82º56.57%77.65%-
XYZ42.8651.8816.56-
YUV182.5473.52132.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 86 (33.98% from 255) = 18.18%
R=39.96%
G=41.86%
B=18.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189198860.0500.570.2264.8249.5655.69
HexBDC656503916413238
Octal2753061265071261016270
Binary101111011100011010101101010111001101101000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC656; }

 p { color: rgb(189,198,86); }

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

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

 a { background-color: rgb(189,198,86); }

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

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

 span { border-color: rgb(189,198,86); }

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