#BDD76A

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

Shades of Wild Willow #BDD76A

Tints of Wild Willow #BDD76A

Color information

#BDD76A (or 0xBDD76A) is unknown color: approx Wild Willow. HEX triplet: BD, D7 and 6A. RGB value is (189,215,106). Sum of RGB (Red+Green+Blue) = 189+215+106=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD76A is #422895. Grayscale: #C3C3C3. Windows color (decimal): -4335766 or 7002045. OLE color: 7002045.

HSL color Cylindrical-coordinate representation of color #BDD76A: hue angle of 74.31º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD76A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB189215106-
CMYK0.1200.510.16
HSL74.31º57.67%62.94%-
HSV(B)74.31º50.7%84.31%-
XYZ47.8960.4622.78-
YUV194.877.89123.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=37.06%
G=42.16%
B=20.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151060.1200.510.1674.3157.6762.94
HexBDD76AC033104a3a3f
Octal27532715214063201127277
Binary1011110111010111110101011000110011100001001010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD76A; }

 p { color: rgb(189,215,106); }

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

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

 a { background-color: rgb(189,215,106); }

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

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

 span { border-color: rgb(189,215,106); }

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