#BDD66C

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

Shades of Wild Willow #BDD66C

Tints of Wild Willow #BDD66C

Color information

#BDD66C (or 0xBDD66C) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 6C. RGB value is (189,214,108). Sum of RGB (Red+Green+Blue) = 189+214+108=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD66C is #422993. Grayscale: #C2C2C2. Windows color (decimal): -4336020 or 7132861. OLE color: 7132861.

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

Color convert

RGB189214108-
CMYK0.1200.500.16
HSL74.15º56.38%63.14%-
HSV(B)74.15º49.53%83.92%-
XYZ47.7459.9923.25-
YUV194.4479.22124.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 214 (83.98% from 255) = 41.88%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=36.99%
G=41.88%
B=21.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141080.1200.500.1674.1556.3863.14
HexBDD66CC032104a383f
Octal27532615414062201127077
Binary1011110111010110110110011000110010100001001010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD66C; }

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

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

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

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

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

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

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

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