#BDC263

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

Shades of Wild Willow #BDC263

Tints of Wild Willow #BDC263

Color information

#BDC263 (or 0xBDC263) is unknown color: approx Wild Willow. HEX triplet: BD, C2 and 63. RGB value is (189,194,99). Sum of RGB (Red+Green+Blue) = 189+194+99=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC263 is #423D9C. Grayscale: #B6B6B6. Windows color (decimal): -4341149 or 6537917. OLE color: 6537917.

HSL color Cylindrical-coordinate representation of color #BDC263: hue angle of 63.16º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC263 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB18919499-
CMYK0.0300.490.24
HSL63.16º43.78%57.45%-
HSV(B)63.16º48.97%76.08%-
XYZ42.5350.319.27-
YUV181.6881.34133.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=39.21%
G=40.25%
B=20.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189194990.0300.490.2463.1643.7857.45
HexBDC2633031183f2c39
Octal275302143306130775471
Binary1011110111000010110001111011000111000111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC263; }

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

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

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

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

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

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

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

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