#BDC569

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

Shades of Wild Willow #BDC569

Tints of Wild Willow #BDC569

Color information

#BDC569 (or 0xBDC569) is unknown color: approx Wild Willow. HEX triplet: BD, C5 and 69. RGB value is (189,197,105). Sum of RGB (Red+Green+Blue) = 189+197+105=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC569 is #423A96. Grayscale: #B8B8B8. Windows color (decimal): -4340375 or 6931901. OLE color: 6931901.

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

Color convert

RGB189197105-
CMYK0.0400.470.23
HSL65.22º44.23%59.22%-
HSV(B)65.22º46.7%77.25%-
XYZ43.551.7721.06-
YUV184.1283.35131.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 197 (77.34% from 255) = 40.12%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=38.49%
G=40.12%
B=21.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971050.0400.470.2365.2244.2359.22
HexBDC569402F17412c3b
Octal2753051514057271015473
Binary101111011100010111010011000101111101111000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC569; }

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

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

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

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

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

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

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

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