#BDCE72

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

Shades of Wild Willow #BDCE72

Tints of Wild Willow #BDCE72

Color information

#BDCE72 (or 0xBDCE72) is unknown color: approx Wild Willow. HEX triplet: BD, CE and 72. RGB value is (189,206,114). Sum of RGB (Red+Green+Blue) = 189+206+114=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE72 is #42318D. Grayscale: #BEBEBE. Windows color (decimal): -4338062 or 7524029. OLE color: 7524029.

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

Color convert

RGB189206114-
CMYK0.0800.450.19
HSL71.09º48.42%62.75%-
HSV(B)71.09º44.66%80.78%-
XYZ46.0956.1824.33-
YUV190.4384.87126.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 206 (80.86% from 255) = 40.47%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=37.13%
G=40.47%
B=22.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061140.0800.450.1971.0948.4262.75
HexBDCE72802D1347303f
Octal27531616210055231076077
Binary1011110111001110111001010000101101100111000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE72; }

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

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

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

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

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

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

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

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