#BCC75E

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

Shades of Wild Willow #BCC75E

Tints of Wild Willow #BCC75E

Color information

#BCC75E (or 0xBCC75E) is unknown color: approx Wild Willow. HEX triplet: BC, C7 and 5E. RGB value is (188,199,94). Sum of RGB (Red+Green+Blue) = 188+199+94=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC75E is #4338A1. Grayscale: #B8B8B8. Windows color (decimal): -4405410 or 6211516. OLE color: 6211516.

HSL color Cylindrical-coordinate representation of color #BCC75E: hue angle of 66.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCC75E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB18819994-
CMYK0.0600.530.22
HSL66.29º48.39%57.45%-
HSV(B)66.29º52.76%78.04%-
XYZ43.1852.3518.42-
YUV183.7477.36131.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 199 (78.12% from 255) = 41.37%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=39.09%
G=41.37%
B=19.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188199940.0600.530.2266.2948.3957.45
HexBCC75E603516423039
Octal2743071366065261026071
Binary101111001100011110111101100110101101101000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC75E; }

 p { color: rgb(188,199,94); }

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

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

 a { background-color: rgb(188,199,94); }

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

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

 span { border-color: rgb(188,199,94); }

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