#BCD46B

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

Shades of Wild Willow #BCD46B

Tints of Wild Willow #BCD46B

Color information

#BCD46B (or 0xBCD46B) is unknown color: approx Wild Willow. HEX triplet: BC, D4 and 6B. RGB value is (188,212,107). Sum of RGB (Red+Green+Blue) = 188+212+107=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD46B is #432B94. Grayscale: #C1C1C1. Windows color (decimal): -4402069 or 7066812. OLE color: 7066812.

HSL color Cylindrical-coordinate representation of color #BCD46B: hue angle of 73.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCD46B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB188212107-
CMYK0.1100.500.17
HSL73.71º54.97%62.55%-
HSV(B)73.71º49.53%83.14%-
XYZ46.9458.8422.79-
YUV192.8579.55124.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 212 (83.20% from 255) = 41.81%
BLUE value IS 107 (42.19% from 255) = 21.10%
R=37.08%
G=41.81%
B=21.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121070.1100.500.1773.7154.9762.55
HexBCD46BB032114a373f
Octal27432415313062211126777
Binary1011110011010100110101110110110010100011001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD46B; }

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

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

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

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

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

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

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

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