#BCC669

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

Shades of Wild Willow #BCC669

Tints of Wild Willow #BCC669

Color information

#BCC669 (or 0xBCC669) is unknown color: approx Wild Willow. HEX triplet: BC, C6 and 69. RGB value is (188,198,105). Sum of RGB (Red+Green+Blue) = 188+198+105=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC669 is #433996. Grayscale: #B8B8B8. Windows color (decimal): -4405655 or 6932156. OLE color: 6932156.

HSL color Cylindrical-coordinate representation of color #BCC669: hue angle of 66.45º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC669 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB188198105-
CMYK0.0500.470.22
HSL66.45º44.93%59.41%-
HSV(B)66.45º46.97%77.65%-
XYZ43.4852.121.13-
YUV184.4183.19130.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 105 (41.41% from 255) = 21.38%
R=38.29%
G=40.33%
B=21.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981050.0500.470.2266.4544.9359.41
HexBCC669502F16422d3b
Octal2743061515057261025573
Binary101111001100011011010011010101111101101000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC669; }

 p { color: rgb(188,198,105); }

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

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

 a { background-color: rgb(188,198,105); }

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

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

 span { border-color: rgb(188,198,105); }

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