#BCD966

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

Shades of Wild Willow #BCD966

Tints of Wild Willow #BCD966

Color information

#BCD966 (or 0xBCD966) is unknown color: approx Wild Willow. HEX triplet: BC, D9 and 66. RGB value is (188,217,102). Sum of RGB (Red+Green+Blue) = 188+217+102=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD966 is #432699. Grayscale: #C3C3C3. Windows color (decimal): -4400794 or 6740412. OLE color: 6740412.

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

Color convert

RGB188217102-
CMYK0.1300.530.15
HSL75.13º60.21%62.55%-
HSV(B)75.13º53%85.1%-
XYZ47.9561.2821.87-
YUV195.2275.39122.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 102 (40.23% from 255) = 20.12%
R=37.08%
G=42.80%
B=20.12%

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
Decimal1882171020.1300.530.1575.1360.2162.55
HexBCD966D035F4b3c3f
Octal27433114615065171137477
Binary101111001101100111001101101011010111111001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD966; }

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

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

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

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

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

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

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

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