#BDD16B

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

Shades of Wild Willow #BDD16B

Tints of Wild Willow #BDD16B

Color information

#BDD16B (or 0xBDD16B) is unknown color: approx Wild Willow. HEX triplet: BD, D1 and 6B. RGB value is (189,209,107). Sum of RGB (Red+Green+Blue) = 189+209+107=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD16B is #422E94. Grayscale: #BFBFBF. Windows color (decimal): -4337301 or 7066045. OLE color: 7066045.

HSL color Cylindrical-coordinate representation of color #BDD16B: hue angle of 71.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDD16B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB189209107-
CMYK0.1000.490.18
HSL71.76º52.58%61.96%-
HSV(B)71.76º48.8%81.96%-
XYZ46.4457.4822.56-
YUV191.3980.37126.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=37.43%
G=41.39%
B=21.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091070.1000.490.1871.7652.5861.96
HexBDD16BA0311248353e
Octal27532115312061221106576
Binary1011110111010001110101110100110001100101001000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD16B; }

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

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

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

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

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

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

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

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