#BDC55D

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

Shades of Wild Willow #BDC55D

Tints of Wild Willow #BDC55D

Color information

#BDC55D (or 0xBDC55D) is unknown color: approx Wild Willow. HEX triplet: BD, C5 and 5D. RGB value is (189,197,93). Sum of RGB (Red+Green+Blue) = 189+197+93=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC55D is #423AA2. Grayscale: #B7B7B7. Windows color (decimal): -4340387 or 6145469. OLE color: 6145469.

HSL color Cylindrical-coordinate representation of color #BDC55D: hue angle of 64.62º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC55D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB18919793-
CMYK0.0400.530.23
HSL64.62º47.27%56.86%-
HSV(B)64.62º52.79%77.25%-
XYZ42.9351.5418.04-
YUV182.7577.35132.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=39.46%
G=41.13%
B=19.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197930.0400.530.2364.6247.2756.86
HexBDC55D403517412f39
Octal2753051354065271015771
Binary101111011100010110111011000110101101111000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC55D; }

 p { color: rgb(189,197,93); }

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

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

 a { background-color: rgb(189,197,93); }

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

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

 span { border-color: rgb(189,197,93); }

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