#bcc96c

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

Shades of Wild Willow #BCC96C

Tints of Wild Willow #BCC96C

Color information

#BCC96C (or 0xBCC96C) is unknown color: approx Wild Willow. HEX triplet: BC, C9 and 6C. RGB value is (188,201,108). Sum of RGB (Red+Green+Blue) = 188+201+108=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC96C is #433693. Grayscale: #BABABA. Windows color (decimal): -4404884 or 7129532. OLE color: 7129532.

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

Color convert

RGB188201108-
CMYK0.0600.460.21
HSL68.39º46.27%60.59%-
HSV(B)68.39º46.27%78.82%-
XYZ44.3353.5522.19-
YUV186.5183.69129.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 201 (78.91% from 255) = 40.44%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=37.83%
G=40.44%
B=21.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882011080.0600.460.2168.3946.2760.59
HexBCC96C602E15442e3d
Octal2743111546056251045675
Binary101111001100100111011001100101110101011000100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc96c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc96c; }

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

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

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

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

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

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

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

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