#BDCA66

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

Shades of Wild Willow #BDCA66

Tints of Wild Willow #BDCA66

Color information

#BDCA66 (or 0xBDCA66) is unknown color: approx Wild Willow. HEX triplet: BD, CA and 66. RGB value is (189,202,102). Sum of RGB (Red+Green+Blue) = 189+202+102=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA66 is #423599. Grayscale: #BBBBBB. Windows color (decimal): -4339098 or 6736573. OLE color: 6736573.

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

Color convert

RGB189202102-
CMYK0.0600.500.21
HSL67.8º48.54%59.61%-
HSV(B)67.8º49.5%79.22%-
XYZ44.5154.0220.65-
YUV186.7180.19129.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 102 (40.23% from 255) = 20.69%
R=38.34%
G=40.97%
B=20.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021020.0600.500.2167.848.5459.61
HexBDCA6660321544313c
Octal2753121466062251046174
Binary101111011100101011001101100110010101011000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA66; }

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

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

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

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

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

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

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

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