#BDC66D

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

Shades of Wild Willow #BDC66D

Tints of Wild Willow #BDC66D

Color information

#BDC66D (or 0xBDC66D) is unknown color: approx Wild Willow. HEX triplet: BD, C6 and 6D. RGB value is (189,198,109). Sum of RGB (Red+Green+Blue) = 189+198+109=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC66D is #423992. Grayscale: #B9B9B9. Windows color (decimal): -4340115 or 7194301. OLE color: 7194301.

HSL color Cylindrical-coordinate representation of color #BDC66D: hue angle of 66.07º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC66D is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB189198109-
CMYK0.0500.450.22
HSL66.07º43.84%60.2%-
HSV(B)66.07º44.95%77.65%-
XYZ43.9452.3122.25-
YUV185.1685.02130.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=38.10%
G=39.92%
B=21.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981090.0500.450.2266.0743.8460.2
HexBDC66D502D16422c3c
Octal2753061555055261025474
Binary101111011100011011011011010101101101101000010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC66D; }

 p { color: rgb(189,198,109); }

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

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

 a { background-color: rgb(189,198,109); }

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

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

 span { border-color: rgb(189,198,109); }

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