#BCC966

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

Shades of Wild Willow #BCC966

Tints of Wild Willow #BCC966

Color information

#BCC966 (or 0xBCC966) is unknown color: approx Wild Willow. HEX triplet: BC, C9 and 66. RGB value is (188,201,102). Sum of RGB (Red+Green+Blue) = 188+201+102=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC966 is #433699. Grayscale: #BABABA. Windows color (decimal): -4404890 or 6736316. OLE color: 6736316.

HSL color Cylindrical-coordinate representation of color #BCC966: hue angle of 67.88º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCC966 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB188201102-
CMYK0.0600.490.21
HSL67.88º47.83%59.41%-
HSV(B)67.88º49.25%78.82%-
XYZ44.0253.4220.56-
YUV185.8380.69129.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=38.29%
G=40.94%
B=20.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011020.0600.490.2167.8847.8359.41
HexBCC96660311544303b
Octal2743111466061251046073
Binary101111001100100111001101100110001101011000100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC966; }

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

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

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

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

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

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

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

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