#BDCE69

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

Shades of Wild Willow #BDCE69

Tints of Wild Willow #BDCE69

Color information

#BDCE69 (or 0xBDCE69) is unknown color: approx Wild Willow. HEX triplet: BD, CE and 69. RGB value is (189,206,105). Sum of RGB (Red+Green+Blue) = 189+206+105=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE69 is #423196. Grayscale: #BDBDBD. Windows color (decimal): -4338071 or 6934205. OLE color: 6934205.

HSL color Cylindrical-coordinate representation of color #BDCE69: hue angle of 70.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDCE69 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB189206105-
CMYK0.0800.490.19
HSL70.1º50.75%60.98%-
HSV(B)70.1º49.03%80.78%-
XYZ45.6155.9821.77-
YUV189.480.37127.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 105 (41.41% from 255) = 21%
R=37.8%
G=41.2%
B=21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061050.0800.490.1970.150.7560.98
HexBDCE6980311346333d
Octal27531615110061231066375
Binary1011110111001110110100110000110001100111000110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE69; }

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

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

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

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

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

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

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

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