#BDDA6E

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

Shades of Wild Willow #BDDA6E

Tints of Wild Willow #BDDA6E

Color information

#BDDA6E (or 0xBDDA6E) is unknown color: approx Wild Willow. HEX triplet: BD, DA and 6E. RGB value is (189,218,110). Sum of RGB (Red+Green+Blue) = 189+218+110=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA6E is #422591. Grayscale: #C5C5C5. Windows color (decimal): -4334994 or 7264957. OLE color: 7264957.

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

Color convert

RGB189218110-
CMYK0.1300.500.15
HSL76.11º59.34%64.31%-
HSV(B)76.11º49.54%85.49%-
XYZ48.8762.0924.16-
YUV197.0278.89122.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=36.56%
G=42.17%
B=21.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181100.1300.500.1576.1159.3464.31
HexBDDA6ED032F4c3b40
Octal275332156150621711473100
Binary1011110111011010110111011010110010111110011001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA6E; }

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

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

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

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

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

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

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

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