#BDDA66

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

Shades of Wild Willow #BDDA66

Tints of Wild Willow #BDDA66

Color information

#BDDA66 (or 0xBDDA66) is unknown color: approx Wild Willow. HEX triplet: BD, DA and 66. RGB value is (189,218,102). Sum of RGB (Red+Green+Blue) = 189+218+102=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA66 is #422599. Grayscale: #C4C4C4. Windows color (decimal): -4335002 or 6740669. OLE color: 6740669.

HSL color Cylindrical-coordinate representation of color #BDDA66: hue angle of 75º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDDA66 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB189218102-
CMYK0.1300.530.15
HSL75º61.05%62.75%-
HSV(B)75º53.21%85.49%-
XYZ48.4661.9221.97-
YUV196.174.89122.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=37.13%
G=42.83%
B=20.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181020.1300.530.157561.0562.75
HexBDDA66D035F4b3d3f
Octal27533214615065171137577
Binary101111011101101011001101101011010111111001011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDA66; }

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

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

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

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

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

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

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

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