#BDD06C

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

Shades of Wild Willow #BDD06C

Tints of Wild Willow #BDD06C

Color information

#BDD06C (or 0xBDD06C) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 6C. RGB value is (189,208,108). Sum of RGB (Red+Green+Blue) = 189+208+108=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD06C is #422F93. Grayscale: #BFBFBF. Windows color (decimal): -4337556 or 7131325. OLE color: 7131325.

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

Color convert

RGB189208108-
CMYK0.0900.480.18
HSL71.4º51.55%61.96%-
HSV(B)71.4º48.08%81.57%-
XYZ46.2557.0122.75-
YUV190.9281.21126.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 108 (42.58% from 255) = 21.39%
R=37.43%
G=41.19%
B=21.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081080.0900.480.1871.451.5561.96
HexBDD06C90301247343e
Octal27532015411060221076476
Binary1011110111010000110110010010110000100101000111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD06C; }

 p { color: rgb(189,208,108); }

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

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

 a { background-color: rgb(189,208,108); }

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

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

 span { border-color: rgb(189,208,108); }

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