#BDCE61

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

Shades of Wild Willow #BDCE61

Tints of Wild Willow #BDCE61

Color information

#BDCE61 (or 0xBDCE61) is unknown color: approx Wild Willow. HEX triplet: BD, CE and 61. RGB value is (189,206,97). Sum of RGB (Red+Green+Blue) = 189+206+97=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE61 is #42319E. Grayscale: #BCBCBC. Windows color (decimal): -4338079 or 6409917. OLE color: 6409917.

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

Color convert

RGB18920697-
CMYK0.0800.530.19
HSL69.36º52.66%59.41%-
HSV(B)69.36º52.91%80.78%-
XYZ45.2255.8219.7-
YUV188.4976.37128.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=38.41%
G=41.87%
B=19.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189206970.0800.530.1969.3652.6659.41
HexBDCE6180351345353b
Octal27531614110065231056573
Binary1011110111001110110000110000110101100111000101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE61; }

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

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

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

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

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

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

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

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