#BCC66A

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

Shades of Wild Willow #BCC66A

Tints of Wild Willow #BCC66A

Color information

#BCC66A (or 0xBCC66A) is unknown color: approx Wild Willow. HEX triplet: BC, C6 and 6A. RGB value is (188,198,106). Sum of RGB (Red+Green+Blue) = 188+198+106=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC66A is #433995. Grayscale: #B8B8B8. Windows color (decimal): -4405654 or 6997692. OLE color: 6997692.

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

Color convert

RGB188198106-
CMYK0.0500.460.22
HSL66.52º44.66%59.61%-
HSV(B)66.52º46.46%77.65%-
XYZ43.5352.1221.4-
YUV184.5283.69130.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=38.21%
G=40.24%
B=21.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881981060.0500.460.2266.5244.6659.61
HexBCC66A502E16432d3c
Octal2743061525056261035574
Binary101111001100011011010101010101110101101000011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC66A; }

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

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

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

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

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

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

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

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