#BDC961

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

Shades of Wild Willow #BDC961

Tints of Wild Willow #BDC961

Color information

#BDC961 (or 0xBDC961) is unknown color: approx Wild Willow. HEX triplet: BD, C9 and 61. RGB value is (189,201,97). Sum of RGB (Red+Green+Blue) = 189+201+97=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC961 is #42369E. Grayscale: #B9B9B9. Windows color (decimal): -4339359 or 6408637. OLE color: 6408637.

HSL color Cylindrical-coordinate representation of color #BDC961: hue angle of 66.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC961 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB18920197-
CMYK0.0600.520.21
HSL66.92º49.06%58.43%-
HSV(B)66.92º51.74%78.82%-
XYZ44.0353.4619.31-
YUV185.5678.02130.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 201 (78.91% from 255) = 41.27%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=38.81%
G=41.27%
B=19.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201970.0600.520.2166.9249.0658.43
HexBDC96160341543313a
Octal2753111416064251036172
Binary101111011100100111000011100110100101011000011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC961; }

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

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

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

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

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

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

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

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