#BCC166

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

Shades of Wild Willow #BCC166

Tints of Wild Willow #BCC166

Color information

#BCC166 (or 0xBCC166) is unknown color: approx Wild Willow. HEX triplet: BC, C1 and 66. RGB value is (188,193,102). Sum of RGB (Red+Green+Blue) = 188+193+102=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC166 is #433E99. Grayscale: #B5B5B5. Windows color (decimal): -4406938 or 6734268. OLE color: 6734268.

HSL color Cylindrical-coordinate representation of color #BCC166: hue angle of 63.3º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC166 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB188193102-
CMYK0.0300.470.24
HSL63.3º42.33%57.84%-
HSV(B)63.3º47.15%75.69%-
XYZ42.2149.7919.96-
YUV181.1383.34132.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 102 (40.23% from 255) = 21.12%
R=38.92%
G=39.96%
B=21.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931020.0300.470.2463.342.3357.84
HexBCC166302F183f2a3a
Octal274301146305730775272
Binary1011110011000001110011011010111111000111111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC166; }

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

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

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

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

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

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

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

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