#BDD66E

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

Shades of Wild Willow #BDD66E

Tints of Wild Willow #BDD66E

Color information

#BDD66E (or 0xBDD66E) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 6E. RGB value is (189,214,110). Sum of RGB (Red+Green+Blue) = 189+214+110=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD66E is #422991. Grayscale: #C3C3C3. Windows color (decimal): -4336018 or 7263933. OLE color: 7263933.

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

Color convert

RGB189214110-
CMYK0.1200.490.16
HSL74.42º55.91%63.53%-
HSV(B)74.42º48.6%83.92%-
XYZ47.8560.0423.82-
YUV194.6780.22123.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 110 (43.36% from 255) = 21.44%
R=36.84%
G=41.72%
B=21.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141100.1200.490.1674.4255.9163.53
HexBDD66EC031104a3840
Octal275326156140612011270100
Binary10111101110101101101110110001100011000010010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD66E; }

 p { color: rgb(189,214,110); }

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

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

 a { background-color: rgb(189,214,110); }

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

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

 span { border-color: rgb(189,214,110); }

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