#BDD86B

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

Shades of Wild Willow #BDD86B

Tints of Wild Willow #BDD86B

Color information

#BDD86B (or 0xBDD86B) is unknown color: approx Wild Willow. HEX triplet: BD, D8 and 6B. RGB value is (189,216,107). Sum of RGB (Red+Green+Blue) = 189+216+107=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD86B is #422794. Grayscale: #C3C3C3. Windows color (decimal): -4335509 or 7067837. OLE color: 7067837.

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

Color convert

RGB189216107-
CMYK0.1200.500.15
HSL74.86º58.29%63.33%-
HSV(B)74.86º50.46%84.71%-
XYZ48.260.9923.14-
YUV195.578.05123.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 216 (84.77% from 255) = 42.19%
BLUE value IS 107 (42.19% from 255) = 20.90%
R=36.91%
G=42.19%
B=20.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161070.1200.500.1574.8658.2963.33
HexBDD86BC032F4b3a3f
Octal27533015314062171137277
Binary101111011101100011010111100011001011111001011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD86B; }

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

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

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

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

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

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

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

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