#BDC169

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

Shades of Wild Willow #BDC169

Tints of Wild Willow #BDC169

Color information

#BDC169 (or 0xBDC169) is unknown color: approx Wild Willow. HEX triplet: BD, C1 and 69. RGB value is (189,193,105). Sum of RGB (Red+Green+Blue) = 189+193+105=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC169 is #423E96. Grayscale: #B6B6B6. Windows color (decimal): -4341399 or 6930877. OLE color: 6930877.

HSL color Cylindrical-coordinate representation of color #BDC169: hue angle of 62.73º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDC169 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB189193105-
CMYK0.0200.460.24
HSL62.73º41.51%58.43%-
HSV(B)62.73º45.6%75.69%-
XYZ42.6149.9820.77-
YUV181.7784.67133.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=38.81%
G=39.63%
B=21.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931050.0200.460.2462.7341.5158.43
HexBDC169202E183f2a3a
Octal275301151205630775272
Binary1011110111000001110100110010111011000111111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC169; }

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

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

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

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

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

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

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

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