#BCD064

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

Shades of Wild Willow #BCD064

Tints of Wild Willow #BCD064

Color information

#BCD064 (or 0xBCD064) is unknown color: approx Wild Willow. HEX triplet: BC, D0 and 64. RGB value is (188,208,100). Sum of RGB (Red+Green+Blue) = 188+208+100=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD064 is #432F9B. Grayscale: #BEBEBE. Windows color (decimal): -4403100 or 6607036. OLE color: 6607036.

HSL color Cylindrical-coordinate representation of color #BCD064: hue angle of 71.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD064 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB188208100-
CMYK0.1000.520.18
HSL71.11º53.47%60.39%-
HSV(B)71.11º51.92%81.57%-
XYZ45.656.7220.6-
YUV189.7177.37126.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=37.90%
G=41.94%
B=20.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081000.1000.520.1871.1153.4760.39
HexBCD064A0341247353c
Octal27432014412064221076574
Binary1011110011010000110010010100110100100101000111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD064; }

 p { color: rgb(188,208,100); }

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

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

 a { background-color: rgb(188,208,100); }

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

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

 span { border-color: rgb(188,208,100); }

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