#BCCD73

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

Shades of Wild Willow #BCCD73

Tints of Wild Willow #BCCD73

Color information

#BCCD73 (or 0xBCCD73) is unknown color: approx Wild Willow. HEX triplet: BC, CD and 73. RGB value is (188,205,115). Sum of RGB (Red+Green+Blue) = 188+205+115=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD73 is #43328C. Grayscale: #BEBEBE. Windows color (decimal): -4403853 or 7589308. OLE color: 7589308.

HSL color Cylindrical-coordinate representation of color #BCCD73: hue angle of 71.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCCD73 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB188205115-
CMYK0.0800.440.20
HSL71.33º47.37%62.75%-
HSV(B)71.33º43.9%80.39%-
XYZ45.6655.5924.54-
YUV189.6685.87126.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 115 (45.31% from 255) = 22.64%
R=37.01%
G=40.35%
B=22.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051150.0800.440.2071.3347.3762.75
HexBCCD73802C14472f3f
Octal27431516310054241075777
Binary1011110011001101111001110000101100101001000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD73; }

 p { color: rgb(188,205,115); }

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

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

 a { background-color: rgb(188,205,115); }

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

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

 span { border-color: rgb(188,205,115); }

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