#BDD95E

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

Shades of Wild Willow #BDD95E

Tints of Wild Willow #BDD95E

Color information

#BDD95E (or 0xBDD95E) is unknown color: approx Wild Willow. HEX triplet: BD, D9 and 5E. RGB value is (189,217,94). Sum of RGB (Red+Green+Blue) = 189+217+94=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD95E is #4226A1. Grayscale: #C3C3C3. Windows color (decimal): -4335266 or 6216125. OLE color: 6216125.

HSL color Cylindrical-coordinate representation of color #BDD95E: hue angle of 73.66º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDD95E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB18921794-
CMYK0.1300.570.15
HSL73.66º61.81%60.98%-
HSV(B)73.66º56.68%85.1%-
XYZ47.8261.2519.89-
YUV194.6171.22124-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 217 (85.16% from 255) = 43.4%
BLUE value IS 94 (37.11% from 255) = 18.8%
R=37.8%
G=43.4%
B=18.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189217940.1300.570.1573.6661.8160.98
HexBDD95ED039F4a3e3d
Octal27533113615071171127675
Binary101111011101100110111101101011100111111001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD95E; }

 p { color: rgb(189,217,94); }

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

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

 a { background-color: rgb(189,217,94); }

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

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

 span { border-color: rgb(189,217,94); }

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