#BDC963

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

Shades of Wild Willow #BDC963

Tints of Wild Willow #BDC963

Color information

#BDC963 (or 0xBDC963) is unknown color: approx Wild Willow. HEX triplet: BD, C9 and 63. RGB value is (189,201,99). Sum of RGB (Red+Green+Blue) = 189+201+99=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC963 is #42369C. Grayscale: #BABABA. Windows color (decimal): -4339357 or 6539709. OLE color: 6539709.

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

Color convert

RGB18920199-
CMYK0.0600.510.21
HSL67.06º48.57%58.82%-
HSV(B)67.06º50.75%78.82%-
XYZ44.1353.4919.8-
YUV185.7879.02130.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 99 (39.06% from 255) = 20.25%
R=38.65%
G=41.10%
B=20.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189201990.0600.510.2167.0648.5758.82
HexBDC96360331543313b
Octal2753111436063251036173
Binary101111011100100111000111100110011101011000011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC963; }

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

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

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

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

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

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

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

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