#BDC669

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

Shades of Wild Willow #BDC669

Tints of Wild Willow #BDC669

Color information

#BDC669 (or 0xBDC669) is unknown color: approx Wild Willow. HEX triplet: BD, C6 and 69. RGB value is (189,198,105). Sum of RGB (Red+Green+Blue) = 189+198+105=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC669 is #423996. Grayscale: #B9B9B9. Windows color (decimal): -4340119 or 6932157. OLE color: 6932157.

HSL color Cylindrical-coordinate representation of color #BDC669: hue angle of 65.81º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC669 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB189198105-
CMYK0.0500.470.22
HSL65.81º44.93%59.41%-
HSV(B)65.81º46.97%77.65%-
XYZ43.7352.2321.14-
YUV184.7183.02131.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 105 (41.41% from 255) = 21.34%
R=38.41%
G=40.24%
B=21.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981050.0500.470.2265.8144.9359.41
HexBDC669502F16422d3b
Octal2753061515057261025573
Binary101111011100011011010011010101111101101000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC669; }

 p { color: rgb(189,198,105); }

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

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

 a { background-color: rgb(189,198,105); }

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

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

 span { border-color: rgb(189,198,105); }

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