#BDCE6A

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

Shades of Wild Willow #BDCE6A

Tints of Wild Willow #BDCE6A

Color information

#BDCE6A (or 0xBDCE6A) is unknown color: approx Wild Willow. HEX triplet: BD, CE and 6A. RGB value is (189,206,106). Sum of RGB (Red+Green+Blue) = 189+206+106=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE6A is #423195. Grayscale: #BDBDBD. Windows color (decimal): -4338070 or 6999741. OLE color: 6999741.

HSL color Cylindrical-coordinate representation of color #BDCE6A: hue angle of 70.2º 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 #BDCE6A is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB189206106-
CMYK0.0800.490.19
HSL70.2º50.51%61.18%-
HSV(B)70.2º48.54%80.78%-
XYZ45.665622.04-
YUV189.5280.87127.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 106 (41.80% from 255) = 21.16%
R=37.72%
G=41.12%
B=21.16%

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
Decimal1892061060.0800.490.1970.250.5161.18
HexBDCE6A80311346333d
Octal27531615210061231066375
Binary1011110111001110110101010000110001100111000110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE6A; }

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

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

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

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

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

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

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

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