#bcd466

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

Shades of Wild Willow #BCD466

Tints of Wild Willow #BCD466

Color information

#BCD466 (or 0xBCD466) is unknown color: approx Wild Willow. HEX triplet: BC, D4 and 66. RGB value is (188,212,102). Sum of RGB (Red+Green+Blue) = 188+212+102=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD466 is #432B99. Grayscale: #C0C0C0. Windows color (decimal): -4402074 or 6739132. OLE color: 6739132.

HSL color Cylindrical-coordinate representation of color #BCD466: hue angle of 73.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCD466 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB188212102-
CMYK0.1100.520.17
HSL73.09º56.12%61.57%-
HSV(B)73.09º51.89%83.14%-
XYZ46.6858.7421.45-
YUV192.2877.05124.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 212 (83.20% from 255) = 42.23%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=37.45%
G=42.23%
B=20.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121020.1100.520.1773.0956.1261.57
HexBCD466B0341149383e
Octal27432414613064211117076
Binary1011110011010100110011010110110100100011001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcd466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcd466; }

 p { color: rgb(188,212,102); }

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

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

 a { background-color: rgb(188,212,102); }

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

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

 span { border-color: rgb(188,212,102); }

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