#BDC164

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

Shades of Wild Willow #BDC164

Tints of Wild Willow #BDC164

Color information

#BDC164 (or 0xBDC164) is unknown color: approx Wild Willow. HEX triplet: BD, C1 and 64. RGB value is (189,193,100). Sum of RGB (Red+Green+Blue) = 189+193+100=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC164 is #423E9B. Grayscale: #B5B5B5. Windows color (decimal): -4341404 or 6603197. OLE color: 6603197.

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

Color convert

RGB189193100-
CMYK0.0200.480.24
HSL62.58º42.86%57.45%-
HSV(B)62.58º48.19%75.69%-
XYZ42.3649.8819.45-
YUV181.282.17133.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 100 (39.45% from 255) = 20.75%
R=39.21%
G=40.04%
B=20.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931000.0200.480.2462.5842.8657.45
HexBDC1642030183f2b39
Octal275301144206030775371
Binary1011110111000001110010010011000011000111111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC164; }

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

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

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

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

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

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

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

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