#BDD966

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

Shades of Wild Willow #BDD966

Tints of Wild Willow #BDD966

Color information

#BDD966 (or 0xBDD966) is unknown color: approx Wild Willow. HEX triplet: BD, D9 and 66. RGB value is (189,217,102). Sum of RGB (Red+Green+Blue) = 189+217+102=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD966 is #422699. Grayscale: #C3C3C3. Windows color (decimal): -4335258 or 6740413. OLE color: 6740413.

HSL color Cylindrical-coordinate representation of color #BDD966: hue angle of 74.61º degrees, saturation: 0.6, 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 #BDD966 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB189217102-
CMYK0.1300.530.15
HSL74.61º60.21%62.55%-
HSV(B)74.61º53%85.1%-
XYZ48.261.421.88-
YUV195.5275.22123.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 102 (40.23% from 255) = 20.08%
R=37.20%
G=42.72%
B=20.08%

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
Decimal1892171020.1300.530.1574.6160.2162.55
HexBDD966D035F4b3c3f
Octal27533114615065171137477
Binary101111011101100111001101101011010111111001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD966; }

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

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

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

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

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

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

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

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