#BDDE6A

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

Shades of Wild Willow #BDDE6A

Tints of Wild Willow #BDDE6A

Color information

#BDDE6A (or 0xBDDE6A) is unknown color: approx Wild Willow. HEX triplet: BD, DE and 6A. RGB value is (189,222,106). Sum of RGB (Red+Green+Blue) = 189+222+106=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE6A is #422195. Grayscale: #C7C7C7. Windows color (decimal): -4333974 or 7003837. OLE color: 7003837.

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

Color convert

RGB189222106-
CMYK0.1500.520.13
HSL77.07º63.74%64.31%-
HSV(B)77.07º52.25%87.06%-
XYZ49.7164.123.39-
YUV198.9175.57120.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 106 (41.80% from 255) = 20.50%
R=36.56%
G=42.94%
B=20.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221060.1500.520.1377.0763.7464.31
HexBDDE6AF034D4d4040
Octal2753361521706415115100100
Binary10111101110111101101010111101101001101100110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE6A; }

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

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

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

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

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

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

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

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