#BDD85E

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

Shades of Wild Willow #BDD85E

Tints of Wild Willow #BDD85E

Color information

#BDD85E (or 0xBDD85E) is unknown color: approx Wild Willow. HEX triplet: BD, D8 and 5E. RGB value is (189,216,94). Sum of RGB (Red+Green+Blue) = 189+216+94=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD85E is #4227A1. Grayscale: #C2C2C2. Windows color (decimal): -4335522 or 6215869. OLE color: 6215869.

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

Color convert

RGB18921694-
CMYK0.1200.560.15
HSL73.28º61%60.78%-
HSV(B)73.28º56.48%84.71%-
XYZ47.5660.7419.81-
YUV194.0271.55124.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 216 (84.77% from 255) = 43.29%
BLUE value IS 94 (37.11% from 255) = 18.84%
R=37.88%
G=43.29%
B=18.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189216940.1200.560.1573.286160.78
HexBDD85EC038F493d3d
Octal27533013614070171117575
Binary101111011101100010111101100011100011111001001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD85E; }

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

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

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

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

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

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

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

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