#BCC55D

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

Shades of Wild Willow #BCC55D

Tints of Wild Willow #BCC55D

Color information

#BCC55D (or 0xBCC55D) is unknown color: approx Wild Willow. HEX triplet: BC, C5 and 5D. RGB value is (188,197,93). Sum of RGB (Red+Green+Blue) = 188+197+93=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC55D is #433AA2. Grayscale: #B6B6B6. Windows color (decimal): -4405923 or 6145468. OLE color: 6145468.

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

Color convert

RGB18819793-
CMYK0.0500.530.23
HSL65.19º47.27%56.86%-
HSV(B)65.19º52.79%77.25%-
XYZ42.6851.4118.03-
YUV182.4577.52131.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=39.33%
G=41.21%
B=19.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188197930.0500.530.2365.1947.2756.86
HexBCC55D503517412f39
Octal2743051355065271015771
Binary101111001100010110111011010110101101111000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC55D; }

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

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

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

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

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

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

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

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