#BCC65D

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

Shades of Wild Willow #BCC65D

Tints of Wild Willow #BCC65D

Color information

#BCC65D (or 0xBCC65D) is unknown color: approx Wild Willow. HEX triplet: BC, C6 and 5D. RGB value is (188,198,93). Sum of RGB (Red+Green+Blue) = 188+198+93=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC65D is #4339A2. Grayscale: #B7B7B7. Windows color (decimal): -4405667 or 6145724. OLE color: 6145724.

HSL color Cylindrical-coordinate representation of color #BCC65D: hue angle of 65.71º 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 #BCC65D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB18819893-
CMYK0.0500.530.22
HSL65.71º47.95%57.06%-
HSV(B)65.71º53.03%77.65%-
XYZ42.9151.8718.11-
YUV183.0477.19131.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 198 (77.73% from 255) = 41.34%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=39.25%
G=41.34%
B=19.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198930.0500.530.2265.7147.9557.06
HexBCC65D503516423039
Octal2743061355065261026071
Binary101111001100011010111011010110101101101000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC65D; }

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

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

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

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

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

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

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

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