#BDC461

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

Shades of Wild Willow #BDC461

Tints of Wild Willow #BDC461

Color information

#BDC461 (or 0xBDC461) is unknown color: approx Wild Willow. HEX triplet: BD, C4 and 61. RGB value is (189,196,97). Sum of RGB (Red+Green+Blue) = 189+196+97=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC461 is #423B9E. Grayscale: #B7B7B7. Windows color (decimal): -4340639 or 6407357. OLE color: 6407357.

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

Color convert

RGB18919697-
CMYK0.0400.510.23
HSL64.24º45.62%57.45%-
HSV(B)64.24º50.51%76.86%-
XYZ42.8851.1618.92-
YUV182.6279.68132.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=39.21%
G=40.66%
B=20.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189196970.0400.510.2364.2445.6257.45
HexBDC461403317402e39
Octal2753041414063271005671
Binary101111011100010011000011000110011101111000000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC461; }

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

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

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

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

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

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

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

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