#BDC160

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

Shades of Wild Willow #BDC160

Tints of Wild Willow #BDC160

Color information

#BDC160 (or 0xBDC160) is unknown color: approx Wild Willow. HEX triplet: BD, C1 and 60. RGB value is (189,193,96). Sum of RGB (Red+Green+Blue) = 189+193+96=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC160 is #423E9F. Grayscale: #B5B5B5. Windows color (decimal): -4341408 or 6341053. OLE color: 6341053.

HSL color Cylindrical-coordinate representation of color #BDC160: hue angle of 62.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC160 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18919396-
CMYK0.0200.500.24
HSL62.47º43.89%56.67%-
HSV(B)62.47º50.26%75.69%-
XYZ42.1749.818.46-
YUV180.7580.17133.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=39.54%
G=40.38%
B=20.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189193960.0200.500.2462.4743.8956.67
HexBDC1602032183e2c39
Octal275301140206230765471
Binary1011110111000001110000010011001011000111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC160; }

 p { color: rgb(189,193,96); }

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

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

 a { background-color: rgb(189,193,96); }

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

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

 span { border-color: rgb(189,193,96); }

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