#BDCA61

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

Shades of Wild Willow #BDCA61

Tints of Wild Willow #BDCA61

Color information

#BDCA61 (or 0xBDCA61) is unknown color: approx Wild Willow. HEX triplet: BD, CA and 61. RGB value is (189,202,97). Sum of RGB (Red+Green+Blue) = 189+202+97=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA61 is #42359E. Grayscale: #BABABA. Windows color (decimal): -4339103 or 6408893. OLE color: 6408893.

HSL color Cylindrical-coordinate representation of color #BDCA61: hue angle of 67.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDCA61 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB18920297-
CMYK0.0600.520.21
HSL67.43º49.76%58.63%-
HSV(B)67.43º51.98%79.22%-
XYZ44.2653.9219.38-
YUV186.1477.69130.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=38.73%
G=41.39%
B=19.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189202970.0600.520.2167.4349.7658.63
HexBDCA6160341543323b
Octal2753121416064251036273
Binary101111011100101011000011100110100101011000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA61; }

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

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

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

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

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

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

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

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