#BDC869

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

Shades of Wild Willow #BDC869

Tints of Wild Willow #BDC869

Color information

#BDC869 (or 0xBDC869) is unknown color: approx Wild Willow. HEX triplet: BD, C8 and 69. RGB value is (189,200,105). Sum of RGB (Red+Green+Blue) = 189+200+105=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC869 is #423796. Grayscale: #BABABA. Windows color (decimal): -4339607 or 6932669. OLE color: 6932669.

HSL color Cylindrical-coordinate representation of color #BDC869: hue angle of 66.95º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC869 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB189200105-
CMYK0.0600.480.22
HSL66.95º46.34%59.8%-
HSV(B)66.95º47.5%78.43%-
XYZ44.1953.1521.29-
YUV185.8882.36130.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=38.26%
G=40.49%
B=21.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001050.0600.480.2266.9546.3459.8
HexBDC869603016432e3c
Octal2753101516060261035674
Binary101111011100100011010011100110000101101000011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC869; }

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

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

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

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

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

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

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

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