#BCC56D

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

Shades of Wild Willow #BCC56D

Tints of Wild Willow #BCC56D

Color information

#BCC56D (or 0xBCC56D) is unknown color: approx Wild Willow. HEX triplet: BC, C5 and 6D. RGB value is (188,197,109). Sum of RGB (Red+Green+Blue) = 188+197+109=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC56D is #433A92. Grayscale: #B8B8B8. Windows color (decimal): -4405907 or 7194044. OLE color: 7194044.

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

Color convert

RGB188197109-
CMYK0.0500.450.23
HSL66.14º43.14%60%-
HSV(B)66.14º44.67%77.25%-
XYZ43.4751.7322.16-
YUV184.2885.52130.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=38.06%
G=39.88%
B=22.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971090.0500.450.2366.1443.1460
HexBCC56D502D17422b3c
Octal2743051555055271025374
Binary101111001100010111011011010101101101111000010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC56D; }

 p { color: rgb(188,197,109); }

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

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

 a { background-color: rgb(188,197,109); }

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

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

 span { border-color: rgb(188,197,109); }

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